Contains logic for the WriteEeprom (version 2) Node command
static ByteStream buildCommand( |
| ) |
Builds the WriteEeprom_v2 command packet
nodeAddress | the address of the Node to build the command for |
eepromAddress uint16 | the Eeprom address to write to |
valueToWrite uint16 | the value to write to the Eeprom |
A ByteStream containing the command packet