mqtt2ha
    Preparing search index...

    Interface VacuumStatePayload

    The JSON payload published on a vacuum's state topic.

    interface VacuumStatePayload {
        battery_level?: number;
        fan_speed?: string;
        state: VacuumState;
    }
    Index
    battery_level?: number

    The current battery level, as a percentage (0-100).

    fan_speed?: string

    The current fan speed. Must be one of the configured VacuumInfo.fan_speed_list.

    The current activity of the vacuum.