heater wip

This commit is contained in:
2021-01-23 17:22:40 +01:00
parent b7d3818202
commit 61ed56ace9
24 changed files with 810 additions and 77 deletions

View File

@ -178,7 +178,8 @@ private:
* device*/
SerializeElement<uint8_t> action = 0x00; // get param
SerializeElement<uint8_t> tableId;
SerializeElement<uint16_t> addresslength; // size of address
/* Size of address. Set to 0 to get full table */
SerializeElement<uint16_t> addresslength;
SerializeElement<uint16_t> checksum;
SerializeElement<uint16_t> seq;
SerializeElement<uint16_t> total;