Type Alias waterLeakDetectorWebhookContext

waterLeakDetectorWebhookContext: deviceWebhookContext & {
    battery: number;
    detectionState: 0 | 1;
}