Options
All
  • Public
  • Public/Protected
  • All
Menu

External module Switchbot_Bot

Index

Type aliases

SwitchbotBotAction

SwitchbotBotAction: typeof SWITCHBOT_BOT_ACTION[keyof typeof SWITCHBOT_BOT_ACTION]

Variables

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

Generated using TypeDoc