2 * Copyright (c) 2010-2021 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.icloud.internal.json.response;
16 * Serializable class to parse json response received from the Apple server.
18 * @author Patrik Gfeller - Initial Contribution
21 public class ICloudDeviceFeatures {
66 public boolean getCLK() {
70 public boolean getCLT() {
74 public boolean getCWP() {
78 public boolean getKEY() {
82 public boolean getKPD() {
86 public boolean getLCK() {
90 public boolean getLKL() {
94 public boolean getLKM() {
98 public boolean getLLC() {
102 public boolean getLMG() {
106 public boolean getLOC() {
110 public boolean getLST() {
114 public boolean getMCS() {
118 public boolean getMSG() {
122 public boolean getPIN() {
126 public boolean getREM() {
130 public boolean getSND() {
134 public boolean getSVP() {
138 public boolean getTEU() {
142 public boolean getWIP() {
146 public boolean getWMG() {
150 public boolean getXRM() {