jooby-codec
    Preparing search index...

    Interface ISetParameterResponseParameters

    interface ISetParameterResponseParameters {
        id: TUint8;
        scheduleStatuses?: IScheduleStatus[];
        status: TUint8;
    }
    Index

    Properties

    id: TUint8

    One of the parameter types.

    scheduleStatuses?: IScheduleStatus[]

    Schedule statuses (only present when id === deviceParameters.MTX_GET_CURRENT_DEMAND_SCHEDULE_CONFIG)

    status: TUint8

    1 - parameter setup was successful
    0 - parameter setting failed, parameter was not changed