Type Alias lockWebhookContext

lockWebhookContext: deviceWebhookContext & {
    battery: number;
    lockState: "UNLOCKED" | "LOCKED" | "JAMMED";
}