node-red-contrib-superpower-smart-test
Version:
Node-RED integration with eWeLink Cube
22 lines (21 loc) • 583 B
TypeScript
declare enum ECapability {
POWER = "power",
RSSI = "rssi",
OTA = "ota",
DETECT = "detect",
BATTERY = "battery",
TOGGLE = "toggle",
PERCENTAGE = "percentage",
MOTOR_CONTROL = "motor-control",
MOTOR_REVERSE = "motor-reverse",
MOTOR_CLB = "motor-clb",
TEMPERATURE = "temperature",
HUMIDITY = "humidity",
PRESS = "press",
COLOR_RGB = "color-rgb",
COLOR_TEMPERATURE = "color-temperature",
BRIGHTNESS = "brightness",
CAMERA_STREAM = "camera-stream",
STARTUP = "startup"
}
export { ECapability };