Hello,
In the "Setup" page of the Z-Wave device I was able to add a new "Get" button, to get the status of a Door Lock, the "Basic" one does not work for Door lock, i'm able to send all the required messages and get the final value in the Z-Wave library, C# code, but my question is how do I send it to the Web interface ? I'm doing a:
nodeHost.RaiseUpdateParameterEvent(nodeHost, 0, ParameterType.PARAMATER_DOORLOCK_GET, message[9]);
but not sure what else I need to do so that the web interface to get it and populate in the "Setup Page"
Any recommendations?
To be more exact I want to populate the "Door Lock Status = ?" field, see attached image