### The problem
I have a GE 12730 Z-Wave Smart Fan Control, it supports these d…im/speed levels: 0%, ~33%, ~67%, 100%. If the switch is on and at 100%, and then I physically dim the level by holding the switch down, the fan speed is lowered but the `percentage` attribute is not updating.
When the device is turned on or off physically (as well as through HomeAssistant), the state for this is correctly reported in HomeAssistant.
I'm using Z-Wave JS and Z-Wave JS UI.
### What version of Home Assistant Core has the issue?
2022.12.8
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
Z-Wave JS
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/zwave_js/
### Diagnostics information
[config_entry-zwave_js-4c1c31fd906bd4d61efbe417c450434e.json.txt](https://github.com/home-assistant/core/files/10326198/config_entry-zwave_js-4c1c31fd906bd4d61efbe417c450434e.json.txt)
Nodes dump from Z-Wave JS UI:
[nodes_dump.json.txt](https://github.com/home-assistant/core/files/10326205/nodes_dump.json.txt)
<details>
<summary>Debug info on this node from Z-Wave JS UI</summary>
```json
{
"id": 2,
"name": "Fan",
"loc": "Bedroom",
"values": [
{
"id": "2-32-0-currentValue",
"nodeId": 2,
"toUpdate": false,
"commandClass": 32,
"commandClassName": "Basic",
"endpoint": 0,
"property": "currentValue",
"propertyName": "currentValue",
"type": "number",
"readable": true,
"writeable": false,
"label": "Current value",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 99,
"list": false,
"value": 99,
"isCurrentValue": true,
"targetValue": "32-0-targetValue",
"lastUpdate": 1672376448678,
"newValue": 99
},
{
"id": "2-32-0-targetValue",
"nodeId": 2,
"toUpdate": false,
"commandClass": 32,
"commandClassName": "Basic",
"endpoint": 0,
"property": "targetValue",
"propertyName": "targetValue",
"type": "number",
"readable": true,
"writeable": true,
"label": "Target value",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 255,
"list": false,
"lastUpdate": 1672376448678
},
{
"id": "2-32-0-duration",
"nodeId": 2,
"toUpdate": false,
"commandClass": 32,
"commandClassName": "Basic",
"endpoint": 0,
"property": "duration",
"propertyName": "duration",
"type": "duration",
"readable": true,
"writeable": false,
"label": "Remaining duration",
"stateless": false,
"commandClassVersion": 1,
"list": false,
"value": {
"unit": "seconds"
},
"lastUpdate": 1672376448678,
"newValue": {
"unit": "seconds"
}
},
{
"id": "2-32-0-restorePrevious",
"nodeId": 2,
"toUpdate": false,
"commandClass": 32,
"commandClassName": "Basic",
"endpoint": 0,
"property": "restorePrevious",
"propertyName": "restorePrevious",
"type": "boolean",
"readable": false,
"writeable": true,
"label": "Restore previous value",
"stateless": false,
"commandClassVersion": 1,
"list": false,
"lastUpdate": 1672376448678
},
{
"id": "2-32-0-event",
"nodeId": 2,
"toUpdate": false,
"commandClass": 32,
"commandClassName": "Basic",
"endpoint": 0,
"property": "event",
"propertyName": "event",
"type": "number",
"readable": true,
"writeable": false,
"label": "Event value",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 255,
"list": false,
"lastUpdate": 1672376448678
},
{
"id": "2-38-0-currentValue",
"nodeId": 2,
"toUpdate": false,
"commandClass": 38,
"commandClassName": "Multilevel Switch",
"endpoint": 0,
"property": "currentValue",
"propertyName": "currentValue",
"type": "number",
"readable": true,
"writeable": false,
"label": "Current value",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 99,
"list": false,
"value": 0,
"isCurrentValue": true,
"targetValue": "38-0-targetValue",
"lastUpdate": 1672431729684,
"newValue": 0
},
{
"id": "2-38-0-targetValue",
"nodeId": 2,
"toUpdate": false,
"commandClass": 38,
"commandClassName": "Multilevel Switch",
"endpoint": 0,
"property": "targetValue",
"propertyName": "targetValue",
"type": "number",
"readable": true,
"writeable": true,
"label": "Target value",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 99,
"list": false,
"value": 0,
"lastUpdate": 1672431724642,
"newValue": 0
},
{
"id": "2-38-0-Up",
"nodeId": 2,
"toUpdate": false,
"commandClass": 38,
"commandClassName": "Multilevel Switch",
"endpoint": 0,
"property": "Up",
"propertyName": "Up",
"type": "boolean",
"readable": false,
"writeable": true,
"label": "Perform a level change (Up)",
"ccSpecific": {
"switchType": 2
},
"stateless": false,
"commandClassVersion": 1,
"list": false,
"lastUpdate": 1672376448678
},
{
"id": "2-38-0-Down",
"nodeId": 2,
"toUpdate": false,
"commandClass": 38,
"commandClassName": "Multilevel Switch",
"endpoint": 0,
"property": "Down",
"propertyName": "Down",
"type": "boolean",
"readable": false,
"writeable": true,
"label": "Perform a level change (Down)",
"ccSpecific": {
"switchType": 2
},
"stateless": false,
"commandClassVersion": 1,
"list": false,
"lastUpdate": 1672376448678
},
{
"id": "2-38-0-duration",
"nodeId": 2,
"toUpdate": false,
"commandClass": 38,
"commandClassName": "Multilevel Switch",
"endpoint": 0,
"property": "duration",
"propertyName": "duration",
"type": "duration",
"readable": true,
"writeable": false,
"label": "Remaining duration",
"stateless": false,
"commandClassVersion": 1,
"list": false,
"value": {
"unit": "seconds"
},
"lastUpdate": 1672376448678,
"newValue": {
"unit": "seconds"
}
},
{
"id": "2-38-0-restorePrevious",
"nodeId": 2,
"toUpdate": false,
"commandClass": 38,
"commandClassName": "Multilevel Switch",
"endpoint": 0,
"property": "restorePrevious",
"propertyName": "restorePrevious",
"type": "boolean",
"readable": false,
"writeable": true,
"label": "Restore previous value",
"stateless": false,
"commandClassVersion": 1,
"list": false,
"lastUpdate": 1672376448678
},
{
"id": "2-112-0-3",
"nodeId": 2,
"toUpdate": false,
"commandClass": 112,
"commandClassName": "Configuration",
"endpoint": 0,
"property": 3,
"propertyName": "LED Indicator",
"type": "number",
"readable": true,
"writeable": true,
"label": "LED Indicator",
"default": 0,
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 2,
"list": true,
"allowManualEntry": false,
"states": [
{
"text": "On when load is off",
"value": 0
},
{
"text": "On when load is on",
"value": 1
},
{
"text": "Always off",
"value": 2
}
],
"value": 0,
"lastUpdate": 1672376448678,
"newValue": 0
},
{
"id": "2-112-0-4",
"nodeId": 2,
"toUpdate": false,
"commandClass": 112,
"commandClassName": "Configuration",
"endpoint": 0,
"property": 4,
"propertyName": "Inverted Orientation",
"type": "number",
"readable": true,
"writeable": true,
"label": "Inverted Orientation",
"default": 0,
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 1,
"list": true,
"allowManualEntry": false,
"states": [
{
"text": "Disable",
"value": 0
},
{
"text": "Enable",
"value": 1
}
],
"value": 0,
"lastUpdate": 1672376448678,
"newValue": 0
},
{
"id": "2-114-0-manufacturerId",
"nodeId": 2,
"toUpdate": false,
"commandClass": 114,
"commandClassName": "Manufacturer Specific",
"endpoint": 0,
"property": "manufacturerId",
"propertyName": "manufacturerId",
"type": "number",
"readable": true,
"writeable": false,
"label": "Manufacturer ID",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 65535,
"list": false,
"value": 99,
"lastUpdate": 1672376448678,
"newValue": 99
},
{
"id": "2-114-0-productType",
"nodeId": 2,
"toUpdate": false,
"commandClass": 114,
"commandClassName": "Manufacturer Specific",
"endpoint": 0,
"property": "productType",
"propertyName": "productType",
"type": "number",
"readable": true,
"writeable": false,
"label": "Product type",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 65535,
"list": false,
"value": 18756,
"lastUpdate": 1672376448678,
"newValue": 18756
},
{
"id": "2-114-0-productId",
"nodeId": 2,
"toUpdate": false,
"commandClass": 114,
"commandClassName": "Manufacturer Specific",
"endpoint": 0,
"property": "productId",
"propertyName": "productId",
"type": "number",
"readable": true,
"writeable": false,
"label": "Product ID",
"stateless": false,
"commandClassVersion": 1,
"min": 0,
"max": 65535,
"list": false,
"value": 12340,
"lastUpdate": 1672376448678,
"newValue": 12340
},
{
"id": "2-134-0-libraryType",
"nodeId": 2,
"toUpdate": false,
"commandClass": 134,
"commandClassName": "Version",
"endpoint": 0,
"property": "libraryType",
"propertyName": "libraryType",
"type": "number",
"readable": true,
"writeable": false,
"label": "Library type",
"stateless": false,
"commandClassVersion": 1,
"list": true,
"states": [
{
"text": "Unknown",
"value": 0
},
{
"text": "Static Controller",
"value": 1
},
{
"text": "Controller",
"value": 2
},
{
"text": "Enhanced Slave",
"value": 3
},
{
"text": "Slave",
"value": 4
},
{
"text": "Installer",
"value": 5
},
{
"text": "Routing Slave",
"value": 6
},
{
"text": "Bridge Controller",
"value": 7
},
{
"text": "Device under Test",
"value": 8
},
{
"text": "N/A",
"value": 9
},
{
"text": "AV Remote",
"value": 10
},
{
"text": "AV Device",
"value": 11
}
],
"value": 6,
"lastUpdate": 1672376448678,
"newValue": 6
},
{
"id": "2-134-0-protocolVersion",
"nodeId": 2,
"toUpdate": false,
"commandClass": 134,
"commandClassName": "Version",
"endpoint": 0,
"property": "protocolVersion",
"propertyName": "protocolVersion",
"type": "string",
"readable": true,
"writeable": false,
"label": "Z-Wave protocol version",
"stateless": false,
"commandClassVersion": 1,
"list": false,
"value": "3.67",
"lastUpdate": 1672376448678,
"newValue": "3.67"
},
{
"id": "2-134-0-firmwareVersions",
"nodeId": 2,
"toUpdate": false,
"commandClass": 134,
"commandClassName": "Version",
"endpoint": 0,
"property": "firmwareVersions",
"propertyName": "firmwareVersions",
"type": "string[]",
"readable": true,
"writeable": false,
"label": "Z-Wave chip firmware versions",
"stateless": false,
"commandClassVersion": 1,
"list": false,
"value": [
"3.10"
],
"lastUpdate": 1672376448678,
"newValue": [
"3.10"
]
}
],
"groups": [],
"neighbors": [],
"ready": true,
"available": true,
"hassDevices": {},
"failed": false,
"inited": true,
"eventsQueue": [
{
"time": "2022-12-30T05:00:48.661Z",
"event": "alive",
"args": [
0
]
},
{
"time": "2022-12-30T05:00:48.680Z",
"event": "ready",
"args": []
},
{
"time": "2022-12-30T05:25:54.032Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:25:54.034Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 33,
"prevValue": 0,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:25:59.077Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:02.777Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:02.779Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 0,
"prevValue": 33,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:26:04.374Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:04.376Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 33,
"prevValue": 0,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:26:05.714Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:05.715Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 33,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:26:08.980Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:08.981Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 99,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:26:10.107Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:10.109Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 99,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:26:10.579Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T05:26:10.580Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 33,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T05:26:15.620Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:01.408Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:01.409Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 33,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T14:46:06.451Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:07.031Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:07.032Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 99,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T14:46:07.317Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:07.318Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 99,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T14:46:09.275Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:09.276Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 99,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T14:46:10.552Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:10.555Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 99,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T14:46:10.886Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:46:10.886Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 33,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T14:46:15.928Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T14:49:22.941Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:09:05.987Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:09:05.988Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 99,
"prevValue": 33,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T20:09:11.030Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:09:13.290Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:09:13.342Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:09:20.237Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:23.084Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:23.085Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 99,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T20:10:23.598Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:23.599Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 33,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T20:10:28.639Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 33,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:30.128Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 33,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:30.129Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 67,
"prevValue": 33,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T20:10:35.169Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:36.098Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:10:36.098Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 0,
"prevValue": 67,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T20:10:41.153Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:16:30.289Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 67,
"prevValue": 0,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:16:48.437Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 99,
"prevValue": 67,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:22:04.642Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 99,
"propertyName": "currentValue"
}
]
},
{
"time": "2022-12-30T20:22:04.643Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"endpoint": 0,
"property": "targetValue",
"newValue": 0,
"prevValue": 0,
"propertyName": "targetValue"
}
]
},
{
"time": "2022-12-30T20:22:09.685Z",
"event": "value updated",
"args": [
{
"commandClassName": "Multilevel Switch",
"commandClass": 38,
"property": "currentValue",
"endpoint": 0,
"newValue": 0,
"prevValue": 0,
"propertyName": "currentValue"
}
]
}
],
"status": "Alive",
"interviewStage": "Complete",
"hexId": "0x0063-0x4944-0x3034",
"dbLink": "https://devices.zwave-js.io/?jumpTo=0x0063:0x4944:0x3034:3.10",
"manufacturerId": 99,
"productId": 12340,
"productType": 18756,
"deviceConfig": {
"filename": "/data/db/devices/0x0063/12730_zw4002.json",
"isEmbedded": true,
"manufacturer": "GE",
"manufacturerId": 99,
"label": "12730 / ZW4002",
"description": "In-Wall Fan Speed Control, 300S",
"devices": [
{
"productType": 18756,
"productId": 12340
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {},
"paramInformation": {
"_map": {}
},
"compat": {
"removeCCs": {},
"treatBasicSetAsEvent": true
}
},
"productLabel": "12730 / ZW4002",
"productDescription": "In-Wall Fan Speed Control, 300S",
"manufacturer": "GE",
"firmwareVersion": "3.10",
"protocolVersion": 3,
"nodeType": 1,
"endpointsCount": 0,
"endpointIndizes": [],
"isSecure": false,
"security": "None",
"supportsSecurity": false,
"supportsBeaming": true,
"isControllerNode": false,
"isListening": true,
"isFrequentListening": false,
"isRouting": true,
"keepAwake": false,
"maxDataRate": 40000,
"deviceClass": {
"basic": 4,
"generic": 17,
"specific": 1
},
"firmwareCapabilities": {
"firmwareUpgradable": false
},
"deviceId": "99-12340-18756",
"statistics": {
"commandsTX": 34,
"commandsRX": 15,
"commandsDroppedRX": 0,
"commandsDroppedTX": 0,
"timeoutResponse": 0,
"rtt": 29.5,
"rssi": -75,
"lwr": {
"protocolDataRate": 2,
"repeaters": [],
"rssi": -78,
"repeaterRSSI": []
}
},
"lastActive": 1672431729927,
"_name": "Fan (Bedroom)"
}
```
</details>
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_