I’m pretty new to HA. I’m using the RESTful API to interact with Zwave locks, specifically set_usercode. (https://home-assistant.io/components/lock.zwave/)
I’m not sure if it is lock specific, but the RESTful API responses to set_usercode aren’t super helpful.
If a Zwave node is offline or I try a node_id that doesn’t even exist, I get a 200 response, with an empty array in the body. I get the same when a node is online and functioning properly.
Is this normal behavior when using the API with Zwave. Are there limitations that prevent having a useful response?
Thanks!
Joel