2 * Copyright (c) 2010-2023 Contributors to the openHAB project
4 * See the NOTICE file(s) distributed with this work for additional
7 * This program and the accompanying materials are made available under the
8 * terms of the Eclipse Public License 2.0 which is available at
9 * http://www.eclipse.org/legal/epl-2.0
11 * SPDX-License-Identifier: EPL-2.0
13 package org.openhab.binding.ecobee.internal.dto.thermostat;
16 * The {@link ElectricityTierDTO} is responsible for
18 * @author Mark Hilbush - Initial contribution
20 public class ElectricityTierDTO {
23 * The tier name as defined by the Utility. May be an empty string if
24 * the tier is undefined or the usage falls outside the defined tiers.
29 * The last daily consumption reading collected. The reading format and precision
30 * is to three decimal places in kWh.
32 public String consumption;
35 * The daily cumulative tier cost in dollars if defined by the Utility. May
36 * be an empty string if undefined.