jooby-codec
    Preparing search index...
    interface IGetCurrentDemandValues {
        demandType: TUint8;
        values: {
            energy?: TUint8;
            lastSummerHour?: TUint8;
            tariff?: TUint8;
            voltage?: TUint8;
        }[];
    }
    Index

    Properties

    Properties

    demandType: TUint8

    Possible value is one of demandTypes.

    values: {
        energy?: TUint8;
        lastSummerHour?: TUint8;
        tariff?: TUint8;
        voltage?: TUint8;
    }[]

    Load or voltage data.

    Type Declaration

    • Optionalenergy?: TUint8
    • OptionallastSummerHour?: TUint8

      The number of the additional hour that occurs during the transition to winter time.

    • Optionaltariff?: TUint8
    • Optionalvoltage?: TUint8