IDOGestureControlModel
Description
Gesture control model, used for gesture configuration of devices such as rings.
Attributes
| Attributes | Type | Description |
|---|---|---|
| gestureControlOnOff | Int | Master switch: 1 for On, 0 for Off |
| gestureFunctionItems | [IDOGestureFunctionItemModel]? | Function list |
| errCode | Int | Error code (used in callback) |
IDOGestureFunctionItemModel
Attributes
| Attributes | Type | Description |
|---|---|---|
| functionSwitch | Int | Function switch: 1 for On, 0 for Off |
| functionType | Int | Function type |
| gestureSubFunctionItems | [IDOGestureSubFunctionItemModel]? | Sub-function list |
IDOGestureSubFunctionItemModel
Attributes
| Attributes | Type | Description |
|---|---|---|
| subFunctionType | Int | Sub-function type |
| gestureTypeItems | [IDOGestureTypeItemModel]? | Gesture type list |
IDOGestureTypeItemModel
Attributes
| Attributes | Type | Description |
|---|---|---|
| gestureType | Int | Gesture type |