Has anyone been able to change the 1degree delta zigbee uses for temperature event reporting? I wish to have a larger delta on some of my devices to minimize my event log. I have tried nearly everything
Example: this should set the delta to 2 deg, fails to work.
Zigbee.configureReporting(zigbee.TEMPERATURE_MEASUREMENT_CLUSTER, 0X0000, DataType.INT16, 30, 300, 0X02).
Perhaps it is in 0.1deg increments and if I want 2deg I really need 0X14???
Also tried using 0x000 and 0xFFFF as inputs to zigbee.temperatureConfig as they are suggested as stopping periodic and all reporting . No impact.
zigbee is frustrating…-