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 ManagementDTO} contains information about the management company
17 * the thermostat belongs to. The Management object is read-only, it may be
18 * modified in the web portal.
20 * @author Mark Hilbush - Initial contribution
22 public class ManagementDTO {
24 * The administrative contact name.
26 public String administrativeContact;
29 * The billing contact name.
31 public String billingContact;
44 * The contact email address.
49 * The company web site.
54 * Whether to show management alerts on the thermostat.
56 public Boolean showAlertIdt;
59 * Whether to show management alerts in the web portal.
61 public Boolean showAlertWeb;