Type Alias botStatus

botStatus: deviceStatus & {
    battery: number;
    mode: "pressMode" | "switchMode" | "customizeMode";
    power: string;
}