Skip to content

ActionData - GearOperation

Operation parameters of sprayer

Attributes

Name Data Type Description
subType number Spray action parameters;
0: close spray, 1-5 set gear, open spray

Example

JavaScript
1
2
3
4
5
6
{
   "type": ActionType.GearOperation,
   "data": {
     "subType": 2
   }
}