3#include "../SinricProRequest.h"
4#include "../SinricProStrings.h"
6#include "../SinricProNamespace.h"
7namespace SINRICPRO_NAMESPACE {
9FSTR(KEYPAD, sendKeystroke);
10FSTR(KEYPAD, keystroke);
41 bool handleKeypadController(SinricProRequest &
request);
49 T*
device =
static_cast<T*
>(
this);
66 T*
device =
static_cast<T*
>(
this);
71 if (keystrokeCallback) {
84using KeypadController = SINRICPRO_NAMESPACE::KeypadController<T>;
AirQuality.
Definition AirQualitySensor.h:19
KeypadController.
Definition KeypadController.h:34
std::function< bool(const String &, String &)> KeystrokeCallback
Callback definition for onKeystroke function.
Definition KeypadController.h:26