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.qolsysiq.internal.client.dto.model;
15 import com.google.gson.annotations.SerializedName;
18 * The zone physical type
20 * Big thanks to the folks at https://community.home-assistant.io/t/qolsys-iq-panel-2-and-3rd-party-integration/231405
22 * @author Dan Cunningham - Initial contribution
24 public enum ZoneType {
75 @SerializedName("100")
77 @SerializedName("101")
79 @SerializedName("102")
81 @SerializedName("103")
83 @SerializedName("104")
85 @SerializedName("105")
87 @SerializedName("106")
89 @SerializedName("107")
91 @SerializedName("108")
92 SHOCK_SENSOR_MULTI_FUNCTION,
93 @SerializedName("109")
95 @SerializedName("110")
96 CONTACT_MULTI_FUNCTION,
97 @SerializedName("111")
99 @SerializedName("112")
100 TEMPERATURE_MULTI_FUNCTION,
101 @SerializedName("113")
103 @SerializedName("114")
105 @SerializedName("115")
107 @SerializedName("116")
109 @SerializedName("117")
111 @SerializedName("118")
113 @SerializedName("119")
115 @SerializedName("120")
117 @SerializedName("121")