2 * Copyright (c) 2010-2022 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.openthermgateway.internal;
16 * The {@link CodeType} field is not part of OpenTherm specification, but added by OpenTherm Gateway.
17 * It can be any of the following:
19 * T: Message received from the thermostat
20 * B: Message received from the boiler
21 * R: Request sent to the boiler
22 * A: Response returned to the thermostat
23 * E: Parity or stop bit error
25 * @author Arjen Korevaar - Initial contribution
26 * @author James Melville - Introduced code filtering functionality
28 public enum CodeType {
30 * Message received from the thermostat
34 * Message received from the boiler
38 * Request sent to the boiler from OTGW, only present if value modified by OTGW
42 * Response returned to the thermostat from OTGW, only present if value modified by OTGW
46 * Parity or stop bit error