Signal K
    Preparing search index...

    Interface Notification

    interface Notification {
        message: string;
        method: ALARM_METHOD[];
        state: ALARM_STATE;
    }
    Index

    Properties

    Properties

    message: string
    method: ALARM_METHOD[]