OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Can I send FIRMWARE_UPDATE_MD_REPORT frame #241

Closed RadoslavMarinov closed 5 years ago

RadoslavMarinov commented 6 years ago

Is there any way to send a frame with

Command Class: COMMAND_CLASS_FIRMWARE_UPDATE_MD Command: FIRMWARE_UPDATE_MD_REPORT and Value: [0x01, 0x3, 0x8, 0xDD, 0xF6]

I see that I could use zwave.setValue For example: zwave.setValue(5, 0x7A, 0x06, 0xFF) But in this case I would send only one byte of data. Can i do something like this: zwave.setValue(5, 0x7A, 0x06,[0x01, 0x3, 0x8, 0xDD, 0xF6]) ?

ekarak commented 5 years ago

Firmware updates commands not yet supported by the underlying OpenZWave lib. I wouldn't try to use setValue on an arbitrary cmd class, as probably it would get dropped in lieu of absence of a concrete cmd class implementation...