Canboat ts-pgns
    Preparing search index...

    Interface PGN_130837_MaretronSwitchStatusTimerFields

    interface PGN_130837_MaretronSwitchStatusTimerFields {
        accumulatedErrorPeriod?: number;
        accumulatedOffPeriod?: number;
        accumulatedOnPeriod?: number;
        indicatorNumber?: number;
        industryCode?: number | IndustryCode;
        instance: number;
        manufacturerCode?: number | ManufacturerCode;
        reserved?: number;
        reserved12?: number;
        startDate?: string;
        startTime?: string;
        switchStatus?: number | OffOn;
    }
    Index

    Properties

    accumulatedErrorPeriod?: number
    accumulatedOffPeriod?: number
    accumulatedOnPeriod?: number
    indicatorNumber?: number
    industryCode?: number | IndustryCode
    instance: number
    manufacturerCode?: number | ManufacturerCode
    reserved?: number
    reserved12?: number
    startDate?: string
    startTime?: string
    switchStatus?: number | OffOn