node-red-contrib-ewelink-cube
Version:
Node-RED integration with eWeLink Cube
16 lines (15 loc) • 485 B
TypeScript
declare enum ECategory {
PLUG = "plug",
SWITCH = "switch",
LIGHT = "light",
CURTAIN = "curtain",
CONTACT_SENSOR = "contactSensor",
MOTION_SENSOR = "motionSensor",
TEMPERATURE_SENSOR = "temperatureSensor",
HUMIDITY_SENSOR = "humiditySensor",
TEMPERATURE_HUMIDITY_SENSOR = "temperatureAndHumiditySensor",
WATER_LEAK_DETECTOR = "waterLeakDetector",
SMOKE_DETECTOR = "smokeDetector",
BUTTON = "button"
}
export { ECategory };