1
0
Fork 0

set firmware version in ArtPollReply

This commit is contained in:
Kevin Matz 2023-05-21 14:18:47 -04:00
parent 97802bbebf
commit f92bed2a8a
1 changed files with 1 additions and 1 deletions

View File

@ -419,8 +419,8 @@ void Device::txArtPollReply(std::shared_ptr<pollreply_data> reply)
/// \todo complete data field population of ArtPollReply
reply->my_ip = deviceIp().address.ipv4.value;
reply->fw_version = LIB_VERSION >> 16; // only able to send 16 bits, use the highest
// reply->net_sub_switch = ;
// reply->ubea_version = ;
reply->status = device_status;
reply->short_name = _shortName;
reply->long_name = _longName;