Nenad Kljajic

Results 6 issues of Nenad Kljajic

OnOff cluster commands do not work for multilevel switch. Rule `r'zbON_OFF = if(simulate_on_off) d'zbON_OFF undefined` defined in ColorControl_to_ColorSwitch.uam will result in r'zbON_OFF being triggered on d'zbON_OFF change and effectively short-circuit...

If ConfigurationParameters::Info has characters > 0x7F like Degree sign 0xb0, or cent sign 0xa2, ZPC will crash Example device is Zooz 4-in-1 sensor terminate called after throwing an instance of...

In ver_1.0.0 intended value was supposed to be 24 hours, as indicated by its comment. During refactoring this comment was lost, so value incorrectly remained 24 minutes. Interval of 24...

First time we use COMMAND_CLASS_VERSION, query its own version supported. Prioritize COMMAND_CLASS_MANUFACTURER_SPECIFIC before others. UAM rules can match unique device model, so we could override supported command class version attributes...

When 'Parameter Number' and 'Next Parameter Number' are equal, configuration parameter discovery can not complete. For example, this RX Z-Wave frame will set Node Interview into an infinite loop: 70...

Number of possible PIN codes can be up to 255 and probing all of them can last for up to 5 minutes. ## Change - Defer probing all possible PIN...