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

    Interface BACNetWeekNDayAppData

    TODO: when the time comes, drop the default value for the Tag generic parameter to enforce type safety everywhere throughout the library.

    interface BACNetWeekNDayAppData {
        encoding?: number;
        raw?: unknown;
        type: WEEKNDAY;
        value: BACNetWeekNDayValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: number
    raw?: unknown
    type: WEEKNDAY