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 };
