Type Alias BaseDeviceWithMotionBrightnessStatusBody<DeviceType>

BaseDeviceWithMotionBrightnessStatusBody: BaseDeviceStatusBody<DeviceType> & {
    brightness: "bright" | "dim";
    moveDetected: boolean;
}

Type Parameters

  • DeviceType