Type alias EnergyCost

EnergyCost: BaseSystemType & {
    counterDirection: EnergyCostsCounterDirection | null;
    currentPower: number | null;
    energyUnit: string | null;
    nominalPower: number | null;
    powerUnit: string | null;
    startDateTotalEnergyInPeriod: string | null;
    totalEnergy: number | null;
    totalEnergyInPeriod: number | null;
    totalEnergyMonth: number | null;
    totalEnergyThisYear: number | null;
    totalEnergyToday: number | null;
    totalEnergyToday0h6h: number | null;
    totalEnergyToday12h18h: number | null;
    totalEnergyToday18h24h: number | null;
    totalEnergyToday6h12h: number | null;
    totalEnergyYesterday0h6h: number | null;
    totalEnergyYesterday12h18h: number | null;
    totalEnergyYesterday18h24h: number | null;
    totalEnergyYesterday6h12h: number | null;
}

Type declaration

  • counterDirection: EnergyCostsCounterDirection | null

    The counter direction

  • currentPower: number | null

    The current power 0-... As powerUnit

  • energyUnit: string | null

    The energy unit

  • nominalPower: number | null

    The nominal power 0-... As powerUnit

  • powerUnit: string | null

    The power unit

  • startDateTotalEnergyInPeriod: string | null

    The start date for this period as dd.mm.yyyy hh:mm:ss

  • totalEnergy: number | null

    The total energy 0-... As energyUnit

  • totalEnergyInPeriod: number | null

    The total energy in period year 0-... As energyUnit

  • totalEnergyMonth: number | null

    The total energy this month 0-... As energyUnit

  • totalEnergyThisYear: number | null

    The total energy this year 0-... As energyUnit

  • totalEnergyToday: number | null

    The total energy today 0-... As energyUnit

  • totalEnergyToday0h6h: number | null

    The total energy today from 00:00-06:00 0-... As energyUnit

  • totalEnergyToday12h18h: number | null

    The total energy today from 12:00-18:00 0-... As energyUnit

  • totalEnergyToday18h24h: number | null

    The total energy today from 18:00-24:00 0-... As energyUnit

  • totalEnergyToday6h12h: number | null

    The total energy today from 06:00-12:00 0-... As energyUnit

  • totalEnergyYesterday0h6h: number | null

    The total energy yesterday from 00:00-06:00 0-... As energyUnit

  • totalEnergyYesterday12h18h: number | null

    The total energy yesterday from 12:00-18:00 0-... As energyUnit

  • totalEnergyYesterday18h24h: number | null

    The total energy yesterday from 18:00-24:00 0-... As energyUnit

  • totalEnergyYesterday6h12h: number | null

    The total energy yesterday from 06:00-12:00 0-... As energyUnit

Generated using TypeDoc