]> git.basschouten.com Git - openhab-addons.git/blob
66d0ce3d3d1eb801c67e4b0414743ff1434a391c
[openhab-addons.git] /
1 /**
2  * Copyright (c) 2010-2023 Contributors to the openHAB project
3  *
4  * See the NOTICE file(s) distributed with this work for additional
5  * information.
6  *
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
10  *
11  * SPDX-License-Identifier: EPL-2.0
12  */
13 package org.openhab.binding.coolmasternet.internal.config;
14
15 /**
16  * The {@link HVACConfiguration} is responsible for holding configuration information needed to access/poll the
17  * HVAC unit.
18  *
19  * @author Angus Gratton - Initial contribution
20  * @author Wouter Born - Split Controller and HVAC configurations
21  */
22 public class HVACConfiguration {
23
24     public static final String UID = "uid";
25     public String uid;
26 }