Type Alias waterLeakDetectorStatus

waterLeakDetectorStatus: deviceStatus & {
    battery: number;
    status: 0 | 1;
}