Type Alias botWebhookContext

botWebhookContext: deviceWebhookContext & {
    battery: number;
    deviceMode: "pressMode" | "switchMode" | "customizeMode";
    power: string;
}