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.satel.internal.types;
16 * Available object types:
18 * <li>ZONE - various kinds of devices connected to inputs, like reed switches, PIRs, etc</li>
19 * <li>PARTITION - group of zones and outputs</li>
20 * <li>OUTPUT - outputs to various devices like sirens, relays, etc.</li>
21 * <li>DOORS - inputs connected to reed switches mounted on doors</li>
22 * <li>TROUBLE - indication of a particular trouble</li>
23 * <li>TROUBLE_MEMORY - particular trouble state latched</li>
26 * @author Krzysztof Goworek - Initial contribution
28 public enum ObjectType {