jooby-codec
    Preparing search index...

    Interface IGetDemandParameters

    interface IGetDemandParameters {
        count: TUint8;
        date: IDate;
        energyType: TUint8;
        firstIndex: TUint16;
        period: TUint8;
    }

    Hierarchy (View Summary)

    Index

    Properties

    count: TUint8

    Number of requested blocks. No more than 48 blocks in a single request.

    date: IDate

    Packed date.

    energyType: TUint8

    Possible value is one of demandTypes.

    firstIndex: TUint16

    Starting block number of requested data. Depends on the ten parameter in IOperatorParameters.

    Possible values:

    Ten Value range
    1 0..1440
    3 0..480
    5 0..288
    10 0..144
    15 0..96
    30 0..48
    60 0..24
    period: TUint8

    Accumulation period.

    Can be 1, 3, 5, 10, 15, 30, 60 minutes. Value 0 is also 30 minutes.