Open nielsreijers opened 11 years ago
Send to 255 should be an broadcast. Please check the API document.
Yes, we did that, but Zwave doesn't seem to receive broadcast messages
You need check the parser. I believe that the broadcast message is dropped by the state machine.
2012/11/27 Penn Su notifications@github.com
Yes, we did that, but Zwave doesn't seem to receive broadcast messages
— Reply to this email directly or view it on GitHubhttps://github.com/wukong-m2m/NanoKong/issues/42#issuecomment-10750097.
Please update this one. The multicast should work as singlecast, if not, I can help to implement it.
Sending to node address 0xFF should do a broadcast, but it seems it doesn't. We need this for the group heartbeat. For now, the dirty fix is to just send unicasts to each member.