node-red-contrib-ewelink-cube
Version:
Node-RED integration with eWeLink Cube
17 lines (16 loc) • 514 B
TypeScript
declare enum EPath {
ROOT = "/open-api",
V1 = "/v2/rest",
SSE = "/v2/sse/bridge",
BRIDGE = "/bridge",
BRIDGE_TOKEN = "/bridge/access_token",
BRIDGE_RUNTIME = "/bridge/runtime",
BRIDGE_CONFIG = "/bridge/config",
HARDWARE_REBOOT = "/hardware/reboot",
HARDWARE_SPEAKER = "/hardware/speaker",
DEVICE_DISCOVERY = "/devices/discovery",
DEVICE = "/devices",
THIRD_PARTY = "/thirdparty/event",
DEBUG_LOG = "/thirdparty/debug-log"
}
export default EPath;