edilkamin
    Preparing search index...

    Interface DeviceInfoType

    interface DeviceInfoType {
        nvm: {
            alarms_log: AlarmsLogType;
            regeneration: RegenerationDataType;
            service_counters: ServiceCountersType;
            total_counters: TotalCountersType;
            user_parameters: UserParametersType;
        };
        status: StatusType;
    }
    Index

    Properties

    Properties

    nvm: {
        alarms_log: AlarmsLogType;
        regeneration: RegenerationDataType;
        service_counters: ServiceCountersType;
        total_counters: TotalCountersType;
        user_parameters: UserParametersType;
    }
    status: StatusType