SB1 Gesture Sensor Callbacks#
These callbacks are contributed by the SB1 Gesture Sensor plugin.
Functions#
void
emberAfPluginSb1GestureSensorGestureReceivedCallback(uint8_t gestureReceived, uint8_t switchNumber)
Called whenever the SB1 receives a gesture.
Function Documentation#
emberAfPluginSb1GestureSensorGestureReceivedCallback#
void emberAfPluginSb1GestureSensorGestureReceivedCallback (uint8_t gestureReceived, uint8_t switchNumber)
Called whenever the SB1 receives a gesture.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
uint8_t | N/A | gestureReceived | The (enumerated) gesture received. |
uint8_t | N/A | switchNumber | The switch that received the gesture. |