Hello, experts,
I found the function in ZLL simplebridge:
static void zllSampleBridge_HandleKeys(byte shift, byte keys)
But I don't understand the parameter shift , can you tell me what role it played?
Regards,
Jack
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, experts,
I found the function in ZLL simplebridge:
static void zllSampleBridge_HandleKeys(byte shift, byte keys)
But I don't understand the parameter shift , can you tell me what role it played?
Regards,
Jack
It allows you to implement combo key such as shift function on keyboard.