Hello everyone,
In the Light Control Example of Zigbee SDK 4.1 there is a Light Switch with a couple of button assignments.
Used board: PCA10056
- (Light switch) Button 1
- When the light bulb has been turned off, pressing this button once turns it back on.
- When pressed for a longer period of time, increases the brightness of the light bulb.
- (Light switch) Button 2
- After the successful commissioning (LED3 state), pressing this button once turns off the light bulb (LED4).
- When pressed for a longer period of time, decreases the brightness of the light bulb.
- (Light switch) Button 3 – When pressed while resetting the board, enables the Sleepy End Device behavior.
- (Light switch) Button 4 – When pressed, toggles the Finding & Binding mode on the local endpoint on or off.
Button 1, 2 and 3 are working, however Button 4 is unassigned to start the Finding & Binding mode.
When I press Button 4 I get the error "<info> app: Unhandled BSP Event received: 17"
A quick look in the code does indeed show that it is unassigned, so how do I start the Finding & Binding mode on my Light Switch? I want to bind it to a light bulb that I put in identifying mode.