Type Alias lockProWebhookContext

lockProWebhookContext: deviceWebhookContext & {
    lockState: "UNLOCKED" | "LOCKED" | "JAMMED";
}