We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330fbd5 commit 49bfa01Copy full SHA for 49bfa01
src/Capabilities/SmartButtonStateController.h
@@ -62,13 +62,6 @@ class SmartButtonStateController {
62
* @return corresponding SmartButtonPressType enum value
63
*/
64
SmartButtonPressType getSmartButtonPressType(const String& stateStr);
65
-
66
- /**
67
- * returns true if states match, false otherwise
68
- */
69
- inline bool isStateMatch(const SinricProRequest &request, const char* stateValue) {
70
- return request.request_value[FSTR_BUTTONSTATE_state] == stateValue;
71
- }
72
};
73
74
template <typename T>
0 commit comments