Preparing search index...

    Interface AlarmUpdateOptions

    interface AlarmUpdateOptions {
        data?: Record<string, Value>;
        message?: string;
        state?: ALARM_STATE;
    }
    Index

    Properties

    Properties

    data?: Record<string, Value>

    Additional information provided in key | value pairs

    message?: string

    Message to display or speak

    state?: ALARM_STATE

    Alarm State value to apply