Signal K
    Preparing search index...

    Interface Notifications

    Notifications currently raised. Major categories have well-defined names, but the tree can be extended by any hierarchical structure

    interface Notifications {
        abandon?: Notification;
        adrift?: Notification;
        collision?: Notification;
        fire?: Notification;
        flooding?: Notification;
        grounding?: Notification;
        listing?: Notification;
        mob?: Notification;
        piracy?: Notification;
        sinking?: Notification;
        [k: string]: NotificationBranch | Notification;
    }

    Indexable

    • This regex pattern is used for validation of the path of the alarm

      This interface was referenced by Notifications's JSON-Schema definition via the patternProperty "(^((?!^mob$|^fire$|^sinking$|^flooding$|^collision$|^grounding$|^listing$|^adrift$|^piracy$|^abandon$)[A-Za-z0-9-])+$)".

    Index

    Properties

    abandon?: Notification
    adrift?: Notification
    collision?: Notification
    flooding?: Notification
    grounding?: Notification
    listing?: Notification
    piracy?: Notification
    sinking?: Notification