@bacnet-js/client
    Preparing search index...

    Interface BACNetSpecialEventEntry

    interface BACNetSpecialEventEntry {
        date: BACNetDateAppData | BACNetWeekNDayAppData | BACNetDateRangeAppData;
        events: BACNetTimeValueEntry[];
        priority: number | BACNetAppData<UNSIGNED_INTEGER, number>;
    }
    Index

    Properties

    Properties

    priority: number | BACNetAppData<UNSIGNED_INTEGER, number>