Has anyone used the advanced scene editor for SendData actions? I want to get away from using luup as much as possible, given how the firmware upgrades sometimes introduce luup bugs. My luup command is below:
luup.call_action(‘urn:micasaverde-com:serviceId:ZWaveNetwork1’,‘SendData’,{Node=‘5’,Data=‘112 4 6 1 1’},1)
Trouble is, the editor asks me for:
Node: Node: ui1
Data: Data:string
Since I have chosen the device, I would think it knows the node already. Does it just want
Node: 5
Data: 112 4 6 1 1
Yeah, I could just try it, but as I have had issues with my configuration getting corrupted, I am a little leery of finding a new way to break my vera. Support recommended I upgrade my firmware right before they yanked version 7.024. so until 7.025 proves stable, I am being extra cautious.