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
We only support unsigned values currently. With the release of the Spec, we now know that only the Configuration CC supports signed/unsigned values. (version 3 and above). To fix that, we either need to add some signed ValueID's, or some kind of flag to existing values. Putting this on a Todo list.
I've facing a problem with a Fibaro Wall Plug (config\fibaro\fgwpe.xml)
The config parameter "Oveload safety switch" is declared as short type, with a default value of 65535 !
As implied by ZWave spec, vlaues are signed, so the values should be in range [-32766;+32767]
Finally, in software we don't really have a mean to determine which type is to use (signed or unsigned).
I've looked in some other config files from other manufacturers, and found many other discrepancies
Which is the best way to determine the right type ?
This issue is regularly the subject #229 ,...
Thanks
The text was updated successfully, but these errors were encountered: