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.boschshc.internal.services.intrusion.dto;
16 * DTO for the alarm state of the intrusion detection system.
22 * "value": "ALARM_OFF",
26 * "triggerName": "string",
27 * "type": "SYSTEM_ARMED",
29 * "location": "string",
30 * "locationId": "string"
39 * <b>Note:</b> Incidents are not supported yet as they do not seem to be included in the responses from the bridge.
41 * @author David Pace - Initial contribution
44 public class AlarmStateData {
46 public AlarmState value;