2 * Copyright (c) 2010-2024 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.ecovacs.internal.api.model;
15 import org.eclipse.jdt.annotation.NonNullByDefault;
17 import com.google.gson.annotations.SerializedName;
20 * @author Danny Baumann - Initial contribution
23 public enum DeviceCapability {
24 @SerializedName("mopping_system")
26 @SerializedName("main_brush")
28 @SerializedName("voice_reporting")
30 @SerializedName("spot_area_cleaning")
32 @SerializedName("custom_area_cleaning")
34 @SerializedName("single_room_cleaning")
36 @SerializedName("clean_speed_control")
38 @SerializedName("mapping")
40 @SerializedName("auto_empty_station")
42 @SerializedName("read_network_info")
44 @SerializedName("true_detect_3d")
46 @SerializedName("unit_care_lifespan")
48 // implicit capabilities added in code
51 EXTENDED_CLEAN_SPEED_CONTROL,
52 EXTENDED_CLEAN_LOG_RECORD,
53 DEFAULT_CLEAN_COUNT_SETTING