using node-red-contrib-deconz
when using "event" node, when a button pressed, there is event like below (from debug)
2/21/2020, 7:20:47 AMnode: 9cd52f74.75e94
msg.payload : Object
object
e: "changed"
id: "3"
r: "sensors"
state: object
buttonevent: 1000
lastupdated: "2020-02-21T13:20:47"
t: "event"
uniqueid: "00:15:8d:00:03:45:79:e7-01-0006"
2/21/2020, 7:20:47 AMnode: 9cd52f74.75e94
msg.payload : Object
object
e: "changed"
id: "3"
r: "sensors"
state: object
buttonevent: 1001
lastupdated: "2020-02-21T13:20:47"
t: "event"
uniqueid: "00:15:8d:00:03:45:79:e7-01-0006"
I don't see the name that I set on deconz web interface, is there anything else I need set to get the name? or I just need to use the uniqueid to identify it?
The button is xiaomi button, it shows as "sensors", is it correct?
When using "get" node, the "device" field didn't show anything. I did deploy it multiple times, still no device show up.
Thanks for the help!