MotionGet
Properties
Name | Type | Required | Description |
---|---|---|---|
Type_ | string | ❌ | Type of the supported resources |
Id | string | ❌ | Unique identifier representing a specific resource instance |
IdV1 | string | ❌ | Clip v1 resource identifier |
Owner | ResourceIdentifier | ❌ | |
Enabled | bool | ❌ | ture when the sensor is activated, false when deactivated |
Motion_ | Motion | ❌ | |
Sensitivity | MotionGetSensitivity | ❌ |
Motion
Properties
Name | Type | Required | Description |
---|---|---|---|
Motion_ | bool | ❌ | Deprecated. Moved to motion_report/motion. |
MotionValid | bool | ❌ | Deprecated. Motion is valid when motion_report property is present, invalid when absent. |
MotionReport_ | MotionReport | ❌ |
MotionReport
Properties
Name | Type | Required | Description |
---|---|---|---|
Changed | string | ❌ | last time the value of this property is changed |
Motion | bool | ❌ | true if motion is detected |
MotionGetSensitivity
Properties
Name | Type | Required | Description |
---|---|---|---|
Status | SensitivityStatus | ❌ | |
Sensitivity | long | ❌ | Sensitivity of the sensor. Value in the range 0 to sensitivity_max |
SensitivityMax | long | ❌ | Maximum value of the sensitivity configuration attribute. |
SensitivityStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
Set | string | ✅ | "set" |
Changing | string | ✅ | "changing" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs