You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to modify a setting on a product I own, and when I saw nothing in the configuration section, I just assumed that the parameters weren't yet supported. But, to my surprise, they were in the openzwave xml files for my product.
So, I poked around in the sources a little. It's totally possible I'm doing something wrong, but it seems like the "config" genre command classes aren't being returned in the XML poll data.
Ultimately, I just grabbed the XML config values I wanted and injected them into the XML cache file that is produced in the open-zwave-control-panel source directory. That worked! A terrible hack, I know.
The text was updated successfully, but these errors were encountered:
I was attempting to modify a setting on a product I own, and when I saw nothing in the configuration section, I just assumed that the parameters weren't yet supported. But, to my surprise, they were in the openzwave xml files for my product.
So, I poked around in the sources a little. It's totally possible I'm doing something wrong, but it seems like the "config" genre command classes aren't being returned in the XML poll data.
Ultimately, I just grabbed the XML config values I wanted and injected them into the XML cache file that is produced in the open-zwave-control-panel source directory. That worked! A terrible hack, I know.
The text was updated successfully, but these errors were encountered: