how to get zwave device command class information #2827
Unanswered
priyanka852
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Give a look at driverFunction, with that you can call custom async functions and access all the informations you want. Driver function like other apis can be called using MQTT, you can test it from UI |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to control the device with Mqtt like zwave/_CLIENTS/ZWAVE_GATEWAY-test/broadcast/38/0/targetValue as here 38 is a command class of a device, so how can we know the command class of device. is there any api to get the command classes of the device.
Can you please let me know, how to get the command class information of the device, when the device is added.
Beta Was this translation helpful? Give feedback.
All reactions