SinricPro Library
|
Public Member Functions | |
bool | sendMotionEvent (bool detected, String cause="PHYSICAL_INTERACTION") |
Sending motion detection state to SinricPro server. More... | |
bool sendMotionEvent | ( | bool | detected, |
String | cause = "PHYSICAL_INTERACTION" |
||
) |
Sending motion detection state to SinricPro server.
detected | bool true if motion has been detected 'false' if no motion has been detected |
cause | (optional) String reason why event is sent (default = "PHYSICAL_INTERACTION" ) |
true | event has been sent successfully |
false | event has not been sent, maybe you sent to much events in a short distance of time |