jooby-codec
    Preparing search index...

    Interface IGetHalfHourDemandResponseParameters

    interface IGetHalfHourDemandResponseParameters {
        date: IDate;
        dstHour?: TUint8;
        periods: IEnergyPeriod[];
    }
    Index

    Properties

    Properties

    date: IDate
    dstHour?: TUint8

    if DST start/end of this day, contain DST hour

    periods: IEnergyPeriod[]