Const SWITCHBOT_BOT_ACTION
SWITCHBOT_BOT_ACTION: { Back: 4; LightSwitchOff: 2; LightSwitchOn: 1; PushAndPullBack: 0; PushStop: 3 } = {PushAndPullBack: 0x00,LightSwitchOn: 0x01,LightSwitchOff: 0x02,PushStop: 0x03,Back: 0x04,} as const
Type declaration
-
Back: 4
-
LightSwitchOff: 2
-
LightSwitchOn: 1
-
PushAndPullBack: 0
-
PushStop: 3