interface CreateConditionFlags {
    battery:
        | "ok"
        | "low"
        | "charging"
        | "done"
        | "badCharging"
        | "error";
    connection: "connected" | "disconnected";
    crooked: undefined;
    faceCompare: "less" | "equal" | "greater";
    handling: undefined;
    helloGoodbye: "hello" | "goodbye";
    idle: undefined;
    none: undefined;
    rolled: undefined;
    rolling: undefined;
}

Properties

battery:
    | "ok"
    | "low"
    | "charging"
    | "done"
    | "badCharging"
    | "error"
connection: "connected" | "disconnected"
crooked: undefined
faceCompare: "less" | "equal" | "greater"
handling: undefined
helloGoodbye: "hello" | "goodbye"
idle: undefined
none: undefined
rolled: undefined
rolling: undefined