Hi,
I am using Mesh SDK4.1.0 and BLE SDK 16.0.0.
I was testing the Light lightness implementation and I see that the Default value of default lightness is 0xFFFF.
But the specification says that the default value is meant to be 0x0000 so that by default the light goes to its last known lightness when powered up(OnPowerUp is 0x01) or when sent an ON/OFF message.
Any specific reason for setting the default value to be 0xFFFF?
Next test was that, I changed the value to be 0x0000 and test the performance. It was working okay till I reset it. The node is stuck on the last known lightness after it was reset from the network. Isn't it supposed to default to max brightness (0xFFFF) which is last lightness default value after the reset and clear the last lightness value stored before the reset?
Thank you.