-
Notifications
You must be signed in to change notification settings - Fork 14
Description
hi , thx for all . event sensor is very useful for me .
my listening event is :
{
"event_type": "zwave_js_notification",
"data": {
"domain": "zwave_js",
"node_id": 17,
"home_id": 3752703225,
"device_id": "601e0665aa5d0ab45c148fa9d86110a4",
"command_class": 113,
"command_class_name": "Notification",
"label": "Access Control",
"type": 6,
"event": 6,
"event_label": "Keypad unlock operation",
"parameters": {
"userId": 2
}
},
"origin": "LOCAL",
"time_fired": "2022-02-09T16:03:29.539354+00:00",
"context": {
"id": "06da0054fdf742da6a5bd000b175cc63",
"parent_id": null,
"user_id": null
}
}
I just want to have the number of the userId in my sensor .
when I put parameters in event field , I have {"userId": 2} and when I put userId , I have bad state. Do you have a solution ?
Thx so much.