@seamapi/types 1.91.2 → 1.91.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +782 -886
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1107 -1153
- package/lib/seam/connect/openapi.d.ts +1022 -1050
- package/lib/seam/connect/openapi.js +774 -878
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +81 -99
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +6 -6
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +95 -125
- package/lib/seam/connect/unstable/models/devices/managed-device.js +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/phone-properties.d.ts +35 -57
- package/lib/seam/connect/unstable/models/devices/phone-properties.js +9 -11
- package/lib/seam/connect/unstable/models/devices/phone-properties.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/phone.js +1 -1
- package/lib/seam/connect/unstable/models/devices/phone.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +778 -883
- package/src/lib/seam/connect/route-types.ts +126 -135
- package/src/lib/seam/connect/unstable/models/devices/managed-device.ts +1 -1
- package/src/lib/seam/connect/unstable/models/devices/phone-properties.ts +11 -13
- package/src/lib/seam/connect/unstable/models/devices/phone.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -908,157 +908,21 @@ declare const _default: {
|
|
|
908
908
|
description: string;
|
|
909
909
|
type: string;
|
|
910
910
|
};
|
|
911
|
-
|
|
912
|
-
avigilon_alta_metadata?: never;
|
|
913
|
-
brivo_metadata?: never;
|
|
914
|
-
controlbyweb_metadata?: never;
|
|
915
|
-
dormakaba_oracode_metadata?: never;
|
|
916
|
-
ecobee_metadata?: never;
|
|
917
|
-
four_suites_metadata?: never;
|
|
918
|
-
genie_metadata?: never;
|
|
919
|
-
hubitat_metadata?: never;
|
|
920
|
-
igloo_metadata?: never;
|
|
921
|
-
igloohome_metadata?: never;
|
|
922
|
-
kwikset_metadata?: never;
|
|
923
|
-
lockly_metadata?: never;
|
|
924
|
-
minut_metadata?: never;
|
|
925
|
-
nest_metadata?: never;
|
|
926
|
-
noiseaware_metadata?: never;
|
|
927
|
-
nuki_metadata?: never;
|
|
928
|
-
salto_metadata?: never;
|
|
929
|
-
schlage_metadata?: never;
|
|
930
|
-
seam_bridge_metadata?: never;
|
|
931
|
-
smartthings_metadata?: never;
|
|
932
|
-
ttlock_metadata?: never;
|
|
933
|
-
two_n_metadata?: never;
|
|
934
|
-
wyze_metadata?: never;
|
|
911
|
+
assa_abloy_credential_service_metadata?: never;
|
|
935
912
|
};
|
|
936
913
|
required: string[];
|
|
937
914
|
type: string;
|
|
938
915
|
} | {
|
|
939
916
|
properties: {
|
|
940
|
-
|
|
941
|
-
properties: {
|
|
942
|
-
has_keypad: {
|
|
943
|
-
type: string;
|
|
944
|
-
};
|
|
945
|
-
house_id: {
|
|
946
|
-
type: string;
|
|
947
|
-
};
|
|
948
|
-
house_name: {
|
|
949
|
-
type: string;
|
|
950
|
-
};
|
|
951
|
-
keypad_battery_level: {
|
|
952
|
-
type: string;
|
|
953
|
-
};
|
|
954
|
-
lock_id: {
|
|
955
|
-
type: string;
|
|
956
|
-
};
|
|
957
|
-
lock_name: {
|
|
958
|
-
type: string;
|
|
959
|
-
};
|
|
960
|
-
model: {
|
|
961
|
-
type: string;
|
|
962
|
-
};
|
|
963
|
-
};
|
|
964
|
-
required: string[];
|
|
965
|
-
type: string;
|
|
966
|
-
};
|
|
967
|
-
avigilon_alta_metadata: {
|
|
968
|
-
properties: {
|
|
969
|
-
entry_name: {
|
|
970
|
-
type: string;
|
|
971
|
-
};
|
|
972
|
-
org_name: {
|
|
973
|
-
type: string;
|
|
974
|
-
};
|
|
975
|
-
site_id: {
|
|
976
|
-
type: string;
|
|
977
|
-
};
|
|
978
|
-
site_name: {
|
|
979
|
-
type: string;
|
|
980
|
-
};
|
|
981
|
-
zone_id: {
|
|
982
|
-
type: string;
|
|
983
|
-
};
|
|
984
|
-
zone_name: {
|
|
985
|
-
type: string;
|
|
986
|
-
};
|
|
987
|
-
};
|
|
988
|
-
required: string[];
|
|
989
|
-
type: string;
|
|
990
|
-
};
|
|
991
|
-
brivo_metadata: {
|
|
992
|
-
properties: {
|
|
993
|
-
device_name: {
|
|
994
|
-
type: string;
|
|
995
|
-
};
|
|
996
|
-
};
|
|
997
|
-
required: string[];
|
|
998
|
-
type: string;
|
|
999
|
-
};
|
|
1000
|
-
controlbyweb_metadata: {
|
|
1001
|
-
properties: {
|
|
1002
|
-
device_id: {
|
|
1003
|
-
type: string;
|
|
1004
|
-
};
|
|
1005
|
-
device_name: {
|
|
1006
|
-
type: string;
|
|
1007
|
-
};
|
|
1008
|
-
relay_name: {
|
|
1009
|
-
nullable: boolean;
|
|
1010
|
-
type: string;
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
required: string[];
|
|
1014
|
-
type: string;
|
|
1015
|
-
};
|
|
1016
|
-
dormakaba_oracode_metadata: {
|
|
917
|
+
assa_abloy_credential_service_metadata: {
|
|
1017
918
|
properties: {
|
|
1018
|
-
|
|
1019
|
-
type: string;
|
|
1020
|
-
};
|
|
1021
|
-
door_id: {
|
|
1022
|
-
type: string;
|
|
1023
|
-
};
|
|
1024
|
-
door_name: {
|
|
1025
|
-
type: string;
|
|
1026
|
-
};
|
|
1027
|
-
iana_timezone: {
|
|
1028
|
-
type: string;
|
|
1029
|
-
};
|
|
1030
|
-
predefined_time_slots: {
|
|
919
|
+
endpoints: {
|
|
1031
920
|
items: {
|
|
1032
921
|
properties: {
|
|
1033
|
-
|
|
1034
|
-
type: string;
|
|
1035
|
-
};
|
|
1036
|
-
check_out_time: {
|
|
1037
|
-
type: string;
|
|
1038
|
-
};
|
|
1039
|
-
dormakaba_oracode_user_level_id: {
|
|
1040
|
-
format: string;
|
|
1041
|
-
type: string;
|
|
1042
|
-
};
|
|
1043
|
-
ext_dormakaba_oracode_user_level_prefix: {
|
|
1044
|
-
type: string;
|
|
1045
|
-
};
|
|
1046
|
-
is_24_hour: {
|
|
1047
|
-
type: string;
|
|
1048
|
-
};
|
|
1049
|
-
is_biweekly_mode: {
|
|
1050
|
-
type: string;
|
|
1051
|
-
};
|
|
1052
|
-
is_master: {
|
|
1053
|
-
type: string;
|
|
1054
|
-
};
|
|
1055
|
-
is_one_shot: {
|
|
1056
|
-
type: string;
|
|
1057
|
-
};
|
|
1058
|
-
name: {
|
|
922
|
+
endpoint_id: {
|
|
1059
923
|
type: string;
|
|
1060
924
|
};
|
|
1061
|
-
|
|
925
|
+
is_active: {
|
|
1062
926
|
type: string;
|
|
1063
927
|
};
|
|
1064
928
|
};
|
|
@@ -1067,1115 +931,1223 @@ declare const _default: {
|
|
|
1067
931
|
};
|
|
1068
932
|
type: string;
|
|
1069
933
|
};
|
|
1070
|
-
|
|
1071
|
-
type: string;
|
|
1072
|
-
};
|
|
1073
|
-
site_name: {
|
|
934
|
+
has_active_endpoint: {
|
|
1074
935
|
type: string;
|
|
1075
936
|
};
|
|
1076
937
|
};
|
|
1077
938
|
required: string[];
|
|
1078
939
|
type: string;
|
|
1079
940
|
};
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
941
|
+
battery?: never;
|
|
942
|
+
battery_level?: never;
|
|
943
|
+
has_direct_power?: never;
|
|
944
|
+
image_alt_text?: never;
|
|
945
|
+
image_url?: never;
|
|
946
|
+
manufacturer?: never;
|
|
947
|
+
model?: never;
|
|
948
|
+
name?: never;
|
|
949
|
+
offline_access_codes_enabled?: never;
|
|
950
|
+
online?: never;
|
|
951
|
+
online_access_codes_enabled?: never;
|
|
952
|
+
serial_number?: never;
|
|
953
|
+
supports_accessory_keypad?: never;
|
|
954
|
+
supports_offline_access_codes?: never;
|
|
955
|
+
};
|
|
956
|
+
type: string;
|
|
957
|
+
required?: never;
|
|
958
|
+
})[];
|
|
959
|
+
properties?: never;
|
|
960
|
+
type?: never;
|
|
961
|
+
} | {
|
|
962
|
+
properties: {
|
|
963
|
+
august_metadata: {
|
|
964
|
+
properties: {
|
|
965
|
+
has_keypad: {
|
|
966
|
+
type: string;
|
|
1088
967
|
};
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
};
|
|
1092
|
-
four_suites_metadata: {
|
|
1093
|
-
properties: {
|
|
1094
|
-
device_id: {
|
|
1095
|
-
type: string;
|
|
1096
|
-
};
|
|
1097
|
-
device_name: {
|
|
1098
|
-
type: string;
|
|
1099
|
-
};
|
|
1100
|
-
reclose_delay_in_seconds: {
|
|
1101
|
-
type: string;
|
|
1102
|
-
};
|
|
968
|
+
house_id: {
|
|
969
|
+
type: string;
|
|
1103
970
|
};
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
};
|
|
1107
|
-
genie_metadata: {
|
|
1108
|
-
properties: {
|
|
1109
|
-
device_name: {
|
|
1110
|
-
type: string;
|
|
1111
|
-
};
|
|
1112
|
-
door_name: {
|
|
1113
|
-
type: string;
|
|
1114
|
-
};
|
|
971
|
+
house_name: {
|
|
972
|
+
type: string;
|
|
1115
973
|
};
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
};
|
|
1119
|
-
hubitat_metadata: {
|
|
1120
|
-
properties: {
|
|
1121
|
-
device_id: {
|
|
1122
|
-
type: string;
|
|
1123
|
-
};
|
|
1124
|
-
device_label: {
|
|
1125
|
-
type: string;
|
|
1126
|
-
};
|
|
1127
|
-
device_name: {
|
|
1128
|
-
type: string;
|
|
1129
|
-
};
|
|
974
|
+
keypad_battery_level: {
|
|
975
|
+
type: string;
|
|
1130
976
|
};
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
device_id: {
|
|
1140
|
-
type: string;
|
|
1141
|
-
};
|
|
1142
|
-
model: {
|
|
1143
|
-
type: string;
|
|
1144
|
-
};
|
|
977
|
+
lock_id: {
|
|
978
|
+
type: string;
|
|
979
|
+
};
|
|
980
|
+
lock_name: {
|
|
981
|
+
type: string;
|
|
982
|
+
};
|
|
983
|
+
model: {
|
|
984
|
+
type: string;
|
|
1145
985
|
};
|
|
1146
|
-
required: string[];
|
|
1147
|
-
type: string;
|
|
1148
986
|
};
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
987
|
+
required: string[];
|
|
988
|
+
type: string;
|
|
989
|
+
};
|
|
990
|
+
avigilon_alta_metadata: {
|
|
991
|
+
properties: {
|
|
992
|
+
entry_name: {
|
|
993
|
+
type: string;
|
|
994
|
+
};
|
|
995
|
+
org_name: {
|
|
996
|
+
type: string;
|
|
997
|
+
};
|
|
998
|
+
site_id: {
|
|
999
|
+
type: string;
|
|
1000
|
+
};
|
|
1001
|
+
site_name: {
|
|
1002
|
+
type: string;
|
|
1003
|
+
};
|
|
1004
|
+
zone_id: {
|
|
1005
|
+
type: string;
|
|
1006
|
+
};
|
|
1007
|
+
zone_name: {
|
|
1008
|
+
type: string;
|
|
1163
1009
|
};
|
|
1164
|
-
required: string[];
|
|
1165
|
-
type: string;
|
|
1166
1010
|
};
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
};
|
|
1175
|
-
model_number: {
|
|
1176
|
-
type: string;
|
|
1177
|
-
};
|
|
1011
|
+
required: string[];
|
|
1012
|
+
type: string;
|
|
1013
|
+
};
|
|
1014
|
+
brivo_metadata: {
|
|
1015
|
+
properties: {
|
|
1016
|
+
device_name: {
|
|
1017
|
+
type: string;
|
|
1178
1018
|
};
|
|
1179
|
-
required: string[];
|
|
1180
|
-
type: string;
|
|
1181
1019
|
};
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1020
|
+
required: string[];
|
|
1021
|
+
type: string;
|
|
1022
|
+
};
|
|
1023
|
+
controlbyweb_metadata: {
|
|
1024
|
+
properties: {
|
|
1025
|
+
device_id: {
|
|
1026
|
+
type: string;
|
|
1027
|
+
};
|
|
1028
|
+
device_name: {
|
|
1029
|
+
type: string;
|
|
1030
|
+
};
|
|
1031
|
+
relay_name: {
|
|
1032
|
+
nullable: boolean;
|
|
1033
|
+
type: string;
|
|
1193
1034
|
};
|
|
1194
|
-
required: string[];
|
|
1195
|
-
type: string;
|
|
1196
1035
|
};
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1036
|
+
required: string[];
|
|
1037
|
+
type: string;
|
|
1038
|
+
};
|
|
1039
|
+
dormakaba_oracode_metadata: {
|
|
1040
|
+
properties: {
|
|
1041
|
+
device_id: {
|
|
1042
|
+
type: string;
|
|
1043
|
+
};
|
|
1044
|
+
door_id: {
|
|
1045
|
+
type: string;
|
|
1046
|
+
};
|
|
1047
|
+
door_name: {
|
|
1048
|
+
type: string;
|
|
1049
|
+
};
|
|
1050
|
+
iana_timezone: {
|
|
1051
|
+
type: string;
|
|
1052
|
+
};
|
|
1053
|
+
predefined_time_slots: {
|
|
1054
|
+
items: {
|
|
1206
1055
|
properties: {
|
|
1207
|
-
|
|
1208
|
-
properties: {
|
|
1209
|
-
time: {
|
|
1210
|
-
type: string;
|
|
1211
|
-
};
|
|
1212
|
-
value: {
|
|
1213
|
-
type: string;
|
|
1214
|
-
};
|
|
1215
|
-
};
|
|
1216
|
-
required: string[];
|
|
1056
|
+
check_in_time: {
|
|
1217
1057
|
type: string;
|
|
1218
1058
|
};
|
|
1219
|
-
|
|
1220
|
-
properties: {
|
|
1221
|
-
time: {
|
|
1222
|
-
type: string;
|
|
1223
|
-
};
|
|
1224
|
-
value: {
|
|
1225
|
-
type: string;
|
|
1226
|
-
};
|
|
1227
|
-
};
|
|
1228
|
-
required: string[];
|
|
1059
|
+
check_out_time: {
|
|
1229
1060
|
type: string;
|
|
1230
1061
|
};
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
time: {
|
|
1234
|
-
type: string;
|
|
1235
|
-
};
|
|
1236
|
-
value: {
|
|
1237
|
-
type: string;
|
|
1238
|
-
};
|
|
1239
|
-
};
|
|
1240
|
-
required: string[];
|
|
1062
|
+
dormakaba_oracode_user_level_id: {
|
|
1063
|
+
format: string;
|
|
1241
1064
|
type: string;
|
|
1242
1065
|
};
|
|
1243
|
-
|
|
1244
|
-
properties: {
|
|
1245
|
-
time: {
|
|
1246
|
-
type: string;
|
|
1247
|
-
};
|
|
1248
|
-
value: {
|
|
1249
|
-
type: string;
|
|
1250
|
-
};
|
|
1251
|
-
};
|
|
1252
|
-
required: string[];
|
|
1066
|
+
ext_dormakaba_oracode_user_level_prefix: {
|
|
1253
1067
|
type: string;
|
|
1254
1068
|
};
|
|
1255
|
-
|
|
1256
|
-
properties: {
|
|
1257
|
-
time: {
|
|
1258
|
-
type: string;
|
|
1259
|
-
};
|
|
1260
|
-
value: {
|
|
1261
|
-
type: string;
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1264
|
-
required: string[];
|
|
1069
|
+
is_24_hour: {
|
|
1265
1070
|
type: string;
|
|
1266
1071
|
};
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1072
|
+
is_biweekly_mode: {
|
|
1073
|
+
type: string;
|
|
1074
|
+
};
|
|
1075
|
+
is_master: {
|
|
1076
|
+
type: string;
|
|
1077
|
+
};
|
|
1078
|
+
is_one_shot: {
|
|
1079
|
+
type: string;
|
|
1080
|
+
};
|
|
1081
|
+
name: {
|
|
1082
|
+
type: string;
|
|
1083
|
+
};
|
|
1084
|
+
prefix: {
|
|
1085
|
+
type: string;
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
required: string[];
|
|
1284
1089
|
type: string;
|
|
1285
1090
|
};
|
|
1091
|
+
type: string;
|
|
1286
1092
|
};
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
};
|
|
1290
|
-
noiseaware_metadata: {
|
|
1291
|
-
properties: {
|
|
1292
|
-
device_id: {
|
|
1293
|
-
type: string;
|
|
1294
|
-
};
|
|
1295
|
-
device_model: {
|
|
1296
|
-
enum: string[];
|
|
1297
|
-
type: string;
|
|
1298
|
-
};
|
|
1299
|
-
device_name: {
|
|
1300
|
-
type: string;
|
|
1301
|
-
};
|
|
1302
|
-
noise_level_decibel: {
|
|
1303
|
-
type: string;
|
|
1304
|
-
};
|
|
1305
|
-
noise_level_nrs: {
|
|
1306
|
-
type: string;
|
|
1307
|
-
};
|
|
1093
|
+
site_id: {
|
|
1094
|
+
type: string;
|
|
1308
1095
|
};
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
};
|
|
1312
|
-
nuki_metadata: {
|
|
1313
|
-
properties: {
|
|
1314
|
-
device_id: {
|
|
1315
|
-
type: string;
|
|
1316
|
-
};
|
|
1317
|
-
device_name: {
|
|
1318
|
-
type: string;
|
|
1319
|
-
};
|
|
1320
|
-
keypad_battery_critical: {
|
|
1321
|
-
type: string;
|
|
1322
|
-
};
|
|
1096
|
+
site_name: {
|
|
1097
|
+
type: string;
|
|
1323
1098
|
};
|
|
1324
|
-
required: string[];
|
|
1325
|
-
type: string;
|
|
1326
1099
|
};
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
};
|
|
1335
|
-
lock_id: {
|
|
1336
|
-
type: string;
|
|
1337
|
-
};
|
|
1338
|
-
lock_type: {
|
|
1339
|
-
type: string;
|
|
1340
|
-
};
|
|
1341
|
-
locked_state: {
|
|
1342
|
-
type: string;
|
|
1343
|
-
};
|
|
1344
|
-
model: {
|
|
1345
|
-
type: string;
|
|
1346
|
-
};
|
|
1100
|
+
required: string[];
|
|
1101
|
+
type: string;
|
|
1102
|
+
};
|
|
1103
|
+
ecobee_metadata: {
|
|
1104
|
+
properties: {
|
|
1105
|
+
device_name: {
|
|
1106
|
+
type: string;
|
|
1347
1107
|
};
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
};
|
|
1351
|
-
schlage_metadata: {
|
|
1352
|
-
properties: {
|
|
1353
|
-
access_code_length: {
|
|
1354
|
-
type: string;
|
|
1355
|
-
};
|
|
1356
|
-
device_id: {
|
|
1357
|
-
type: string;
|
|
1358
|
-
};
|
|
1359
|
-
device_name: {
|
|
1360
|
-
type: string;
|
|
1361
|
-
};
|
|
1362
|
-
model: {
|
|
1363
|
-
type: string;
|
|
1364
|
-
};
|
|
1108
|
+
ecobee_device_id: {
|
|
1109
|
+
type: string;
|
|
1365
1110
|
};
|
|
1366
|
-
required: string[];
|
|
1367
|
-
type: string;
|
|
1368
1111
|
};
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
};
|
|
1377
|
-
unlock_method: {
|
|
1378
|
-
enum: string[];
|
|
1379
|
-
type: string;
|
|
1380
|
-
};
|
|
1112
|
+
required: string[];
|
|
1113
|
+
type: string;
|
|
1114
|
+
};
|
|
1115
|
+
four_suites_metadata: {
|
|
1116
|
+
properties: {
|
|
1117
|
+
device_id: {
|
|
1118
|
+
type: string;
|
|
1381
1119
|
};
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
};
|
|
1385
|
-
smartthings_metadata: {
|
|
1386
|
-
properties: {
|
|
1387
|
-
device_id: {
|
|
1388
|
-
type: string;
|
|
1389
|
-
};
|
|
1390
|
-
device_name: {
|
|
1391
|
-
type: string;
|
|
1392
|
-
};
|
|
1393
|
-
location_id: {
|
|
1394
|
-
type: string;
|
|
1395
|
-
};
|
|
1396
|
-
model: {
|
|
1397
|
-
type: string;
|
|
1398
|
-
};
|
|
1120
|
+
device_name: {
|
|
1121
|
+
type: string;
|
|
1399
1122
|
};
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
};
|
|
1403
|
-
ttlock_metadata: {
|
|
1404
|
-
properties: {
|
|
1405
|
-
lock_alias: {
|
|
1406
|
-
type: string;
|
|
1407
|
-
};
|
|
1408
|
-
lock_id: {
|
|
1409
|
-
type: string;
|
|
1410
|
-
};
|
|
1123
|
+
reclose_delay_in_seconds: {
|
|
1124
|
+
type: string;
|
|
1411
1125
|
};
|
|
1412
|
-
required: string[];
|
|
1413
|
-
type: string;
|
|
1414
1126
|
};
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
};
|
|
1127
|
+
required: string[];
|
|
1128
|
+
type: string;
|
|
1129
|
+
};
|
|
1130
|
+
genie_metadata: {
|
|
1131
|
+
properties: {
|
|
1132
|
+
device_name: {
|
|
1133
|
+
type: string;
|
|
1423
1134
|
};
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
};
|
|
1427
|
-
wyze_metadata: {
|
|
1428
|
-
properties: {
|
|
1429
|
-
device_id: {
|
|
1430
|
-
type: string;
|
|
1431
|
-
};
|
|
1432
|
-
device_info_model: {
|
|
1433
|
-
type: string;
|
|
1434
|
-
};
|
|
1435
|
-
device_name: {
|
|
1436
|
-
type: string;
|
|
1437
|
-
};
|
|
1438
|
-
product_model: {
|
|
1439
|
-
type: string;
|
|
1440
|
-
};
|
|
1441
|
-
product_name: {
|
|
1442
|
-
type: string;
|
|
1443
|
-
};
|
|
1444
|
-
product_type: {
|
|
1445
|
-
type: string;
|
|
1446
|
-
};
|
|
1135
|
+
door_name: {
|
|
1136
|
+
type: string;
|
|
1447
1137
|
};
|
|
1448
|
-
required: string[];
|
|
1449
|
-
type: string;
|
|
1450
1138
|
};
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
has_direct_power?: never;
|
|
1454
|
-
image_alt_text?: never;
|
|
1455
|
-
image_url?: never;
|
|
1456
|
-
manufacturer?: never;
|
|
1457
|
-
model?: never;
|
|
1458
|
-
name?: never;
|
|
1459
|
-
offline_access_codes_enabled?: never;
|
|
1460
|
-
online?: never;
|
|
1461
|
-
online_access_codes_enabled?: never;
|
|
1462
|
-
serial_number?: never;
|
|
1463
|
-
supports_accessory_keypad?: never;
|
|
1464
|
-
supports_offline_access_codes?: never;
|
|
1139
|
+
required: string[];
|
|
1140
|
+
type: string;
|
|
1465
1141
|
};
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
} | {
|
|
1470
|
-
allOf: ({
|
|
1471
|
-
properties: {
|
|
1472
|
-
_experimental_supported_code_from_access_codes_lengths: {
|
|
1473
|
-
items: {
|
|
1142
|
+
hubitat_metadata: {
|
|
1143
|
+
properties: {
|
|
1144
|
+
device_id: {
|
|
1474
1145
|
type: string;
|
|
1475
1146
|
};
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
code_constraints: {
|
|
1479
|
-
items: {
|
|
1480
|
-
oneOf: ({
|
|
1481
|
-
properties: {
|
|
1482
|
-
constraint_type: {
|
|
1483
|
-
enum: string[];
|
|
1484
|
-
type: string;
|
|
1485
|
-
};
|
|
1486
|
-
max_length?: never;
|
|
1487
|
-
min_length?: never;
|
|
1488
|
-
};
|
|
1489
|
-
required: string[];
|
|
1490
|
-
type: string;
|
|
1491
|
-
} | {
|
|
1492
|
-
properties: {
|
|
1493
|
-
constraint_type: {
|
|
1494
|
-
enum: string[];
|
|
1495
|
-
type: string;
|
|
1496
|
-
};
|
|
1497
|
-
max_length: {
|
|
1498
|
-
type: string;
|
|
1499
|
-
};
|
|
1500
|
-
min_length: {
|
|
1501
|
-
type: string;
|
|
1502
|
-
};
|
|
1503
|
-
};
|
|
1504
|
-
required: string[];
|
|
1505
|
-
type: string;
|
|
1506
|
-
})[];
|
|
1147
|
+
device_label: {
|
|
1148
|
+
type: string;
|
|
1507
1149
|
};
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
door_open: {
|
|
1511
|
-
type: string;
|
|
1512
|
-
};
|
|
1513
|
-
has_native_entry_events: {
|
|
1514
|
-
type: string;
|
|
1515
|
-
};
|
|
1516
|
-
keypad_battery: {
|
|
1517
|
-
properties: {
|
|
1518
|
-
level: {
|
|
1519
|
-
type: string;
|
|
1520
|
-
};
|
|
1150
|
+
device_name: {
|
|
1151
|
+
type: string;
|
|
1521
1152
|
};
|
|
1522
|
-
required: string[];
|
|
1523
|
-
type: string;
|
|
1524
|
-
};
|
|
1525
|
-
locked: {
|
|
1526
|
-
type: string;
|
|
1527
1153
|
};
|
|
1528
|
-
|
|
1529
|
-
|
|
1154
|
+
required: string[];
|
|
1155
|
+
type: string;
|
|
1156
|
+
};
|
|
1157
|
+
igloo_metadata: {
|
|
1158
|
+
properties: {
|
|
1159
|
+
bridge_id: {
|
|
1160
|
+
type: string;
|
|
1161
|
+
};
|
|
1162
|
+
device_id: {
|
|
1163
|
+
type: string;
|
|
1164
|
+
};
|
|
1165
|
+
model: {
|
|
1166
|
+
type: string;
|
|
1167
|
+
};
|
|
1530
1168
|
};
|
|
1531
|
-
|
|
1532
|
-
|
|
1169
|
+
required: string[];
|
|
1170
|
+
type: string;
|
|
1171
|
+
};
|
|
1172
|
+
igloohome_metadata: {
|
|
1173
|
+
properties: {
|
|
1174
|
+
bridge_id: {
|
|
1175
|
+
type: string;
|
|
1176
|
+
};
|
|
1177
|
+
bridge_name: {
|
|
1178
|
+
type: string;
|
|
1179
|
+
};
|
|
1180
|
+
device_id: {
|
|
1181
|
+
type: string;
|
|
1182
|
+
};
|
|
1183
|
+
device_name: {
|
|
1533
1184
|
type: string;
|
|
1534
1185
|
};
|
|
1535
|
-
type: string;
|
|
1536
1186
|
};
|
|
1537
|
-
|
|
1538
|
-
|
|
1187
|
+
required: string[];
|
|
1188
|
+
type: string;
|
|
1189
|
+
};
|
|
1190
|
+
kwikset_metadata: {
|
|
1191
|
+
properties: {
|
|
1192
|
+
device_id: {
|
|
1193
|
+
type: string;
|
|
1194
|
+
};
|
|
1195
|
+
device_name: {
|
|
1196
|
+
type: string;
|
|
1197
|
+
};
|
|
1198
|
+
model_number: {
|
|
1199
|
+
type: string;
|
|
1200
|
+
};
|
|
1539
1201
|
};
|
|
1202
|
+
required: string[];
|
|
1203
|
+
type: string;
|
|
1540
1204
|
};
|
|
1541
|
-
|
|
1542
|
-
oneOf?: never;
|
|
1543
|
-
} | {
|
|
1544
|
-
oneOf: ({
|
|
1205
|
+
lockly_metadata: {
|
|
1545
1206
|
properties: {
|
|
1546
|
-
|
|
1547
|
-
properties: {
|
|
1548
|
-
automatic_cooling_enabled: {
|
|
1549
|
-
type: string;
|
|
1550
|
-
};
|
|
1551
|
-
automatic_heating_enabled: {
|
|
1552
|
-
type: string;
|
|
1553
|
-
};
|
|
1554
|
-
climate_setting_schedule_id: {
|
|
1555
|
-
format: string;
|
|
1556
|
-
type: string;
|
|
1557
|
-
};
|
|
1558
|
-
cooling_set_point_celsius: {
|
|
1559
|
-
type: string;
|
|
1560
|
-
};
|
|
1561
|
-
cooling_set_point_fahrenheit: {
|
|
1562
|
-
type: string;
|
|
1563
|
-
};
|
|
1564
|
-
created_at: {
|
|
1565
|
-
format: string;
|
|
1566
|
-
type: string;
|
|
1567
|
-
};
|
|
1568
|
-
device_id: {
|
|
1569
|
-
type: string;
|
|
1570
|
-
};
|
|
1571
|
-
errors: {
|
|
1572
|
-
description: string;
|
|
1573
|
-
nullable: boolean;
|
|
1574
|
-
};
|
|
1575
|
-
heating_set_point_celsius: {
|
|
1576
|
-
type: string;
|
|
1577
|
-
};
|
|
1578
|
-
heating_set_point_fahrenheit: {
|
|
1579
|
-
type: string;
|
|
1580
|
-
};
|
|
1581
|
-
hvac_mode_setting: {
|
|
1582
|
-
enum: string[];
|
|
1583
|
-
type: string;
|
|
1584
|
-
};
|
|
1585
|
-
manual_override_allowed: {
|
|
1586
|
-
type: string;
|
|
1587
|
-
};
|
|
1588
|
-
name: {
|
|
1589
|
-
type: string;
|
|
1590
|
-
};
|
|
1591
|
-
schedule_ends_at: {
|
|
1592
|
-
type: string;
|
|
1593
|
-
};
|
|
1594
|
-
schedule_starts_at: {
|
|
1595
|
-
type: string;
|
|
1596
|
-
};
|
|
1597
|
-
schedule_type: {
|
|
1598
|
-
enum: string[];
|
|
1599
|
-
type: string;
|
|
1600
|
-
};
|
|
1601
|
-
};
|
|
1602
|
-
required: string[];
|
|
1207
|
+
device_id: {
|
|
1603
1208
|
type: string;
|
|
1604
1209
|
};
|
|
1605
|
-
|
|
1606
|
-
items: {
|
|
1607
|
-
enum: string[];
|
|
1608
|
-
type: string;
|
|
1609
|
-
};
|
|
1210
|
+
device_name: {
|
|
1610
1211
|
type: string;
|
|
1611
1212
|
};
|
|
1612
|
-
|
|
1213
|
+
model: {
|
|
1613
1214
|
type: string;
|
|
1614
1215
|
};
|
|
1615
|
-
|
|
1216
|
+
};
|
|
1217
|
+
required: string[];
|
|
1218
|
+
type: string;
|
|
1219
|
+
};
|
|
1220
|
+
minut_metadata: {
|
|
1221
|
+
properties: {
|
|
1222
|
+
device_id: {
|
|
1616
1223
|
type: string;
|
|
1617
1224
|
};
|
|
1618
|
-
|
|
1619
|
-
properties: {
|
|
1620
|
-
automatic_cooling_enabled: {
|
|
1621
|
-
type: string;
|
|
1622
|
-
};
|
|
1623
|
-
automatic_heating_enabled: {
|
|
1624
|
-
type: string;
|
|
1625
|
-
};
|
|
1626
|
-
cooling_set_point_celsius: {
|
|
1627
|
-
type: string;
|
|
1628
|
-
};
|
|
1629
|
-
cooling_set_point_fahrenheit: {
|
|
1630
|
-
type: string;
|
|
1631
|
-
};
|
|
1632
|
-
heating_set_point_celsius: {
|
|
1633
|
-
type: string;
|
|
1634
|
-
};
|
|
1635
|
-
heating_set_point_fahrenheit: {
|
|
1636
|
-
type: string;
|
|
1637
|
-
};
|
|
1638
|
-
hvac_mode_setting: {
|
|
1639
|
-
enum: string[];
|
|
1640
|
-
type: string;
|
|
1641
|
-
};
|
|
1642
|
-
manual_override_allowed: {
|
|
1643
|
-
type: string;
|
|
1644
|
-
};
|
|
1645
|
-
};
|
|
1646
|
-
required: string[];
|
|
1225
|
+
device_name: {
|
|
1647
1226
|
type: string;
|
|
1648
1227
|
};
|
|
1649
|
-
|
|
1228
|
+
latest_sensor_values: {
|
|
1650
1229
|
properties: {
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1230
|
+
accelerometer_z: {
|
|
1231
|
+
properties: {
|
|
1232
|
+
time: {
|
|
1233
|
+
type: string;
|
|
1234
|
+
};
|
|
1235
|
+
value: {
|
|
1236
|
+
type: string;
|
|
1237
|
+
};
|
|
1238
|
+
};
|
|
1239
|
+
required: string[];
|
|
1661
1240
|
type: string;
|
|
1662
1241
|
};
|
|
1663
|
-
|
|
1242
|
+
humidity: {
|
|
1243
|
+
properties: {
|
|
1244
|
+
time: {
|
|
1245
|
+
type: string;
|
|
1246
|
+
};
|
|
1247
|
+
value: {
|
|
1248
|
+
type: string;
|
|
1249
|
+
};
|
|
1250
|
+
};
|
|
1251
|
+
required: string[];
|
|
1664
1252
|
type: string;
|
|
1665
1253
|
};
|
|
1666
|
-
|
|
1254
|
+
pressure: {
|
|
1255
|
+
properties: {
|
|
1256
|
+
time: {
|
|
1257
|
+
type: string;
|
|
1258
|
+
};
|
|
1259
|
+
value: {
|
|
1260
|
+
type: string;
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1263
|
+
required: string[];
|
|
1667
1264
|
type: string;
|
|
1668
1265
|
};
|
|
1669
|
-
|
|
1670
|
-
|
|
1266
|
+
sound: {
|
|
1267
|
+
properties: {
|
|
1268
|
+
time: {
|
|
1269
|
+
type: string;
|
|
1270
|
+
};
|
|
1271
|
+
value: {
|
|
1272
|
+
type: string;
|
|
1273
|
+
};
|
|
1274
|
+
};
|
|
1275
|
+
required: string[];
|
|
1671
1276
|
type: string;
|
|
1672
1277
|
};
|
|
1673
|
-
|
|
1278
|
+
temperature: {
|
|
1279
|
+
properties: {
|
|
1280
|
+
time: {
|
|
1281
|
+
type: string;
|
|
1282
|
+
};
|
|
1283
|
+
value: {
|
|
1284
|
+
type: string;
|
|
1285
|
+
};
|
|
1286
|
+
};
|
|
1287
|
+
required: string[];
|
|
1674
1288
|
type: string;
|
|
1675
1289
|
};
|
|
1676
1290
|
};
|
|
1677
1291
|
required: string[];
|
|
1678
1292
|
type: string;
|
|
1679
1293
|
};
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
is_cooling: {
|
|
1688
|
-
type: string;
|
|
1689
|
-
};
|
|
1690
|
-
is_cooling_available: {
|
|
1691
|
-
enum: boolean[];
|
|
1692
|
-
type: string;
|
|
1693
|
-
};
|
|
1694
|
-
is_fan_running: {
|
|
1294
|
+
};
|
|
1295
|
+
required: string[];
|
|
1296
|
+
type: string;
|
|
1297
|
+
};
|
|
1298
|
+
nest_metadata: {
|
|
1299
|
+
properties: {
|
|
1300
|
+
custom_name: {
|
|
1695
1301
|
type: string;
|
|
1696
1302
|
};
|
|
1697
|
-
|
|
1303
|
+
device_name: {
|
|
1698
1304
|
type: string;
|
|
1699
1305
|
};
|
|
1700
|
-
|
|
1701
|
-
enum: boolean[];
|
|
1306
|
+
nest_device_id: {
|
|
1702
1307
|
type: string;
|
|
1703
1308
|
};
|
|
1704
|
-
|
|
1309
|
+
};
|
|
1310
|
+
required: string[];
|
|
1311
|
+
type: string;
|
|
1312
|
+
};
|
|
1313
|
+
noiseaware_metadata: {
|
|
1314
|
+
properties: {
|
|
1315
|
+
device_id: {
|
|
1705
1316
|
type: string;
|
|
1706
1317
|
};
|
|
1707
|
-
|
|
1318
|
+
device_model: {
|
|
1319
|
+
enum: string[];
|
|
1708
1320
|
type: string;
|
|
1709
1321
|
};
|
|
1710
|
-
|
|
1322
|
+
device_name: {
|
|
1711
1323
|
type: string;
|
|
1712
1324
|
};
|
|
1713
|
-
|
|
1325
|
+
noise_level_decibel: {
|
|
1714
1326
|
type: string;
|
|
1715
1327
|
};
|
|
1716
|
-
|
|
1328
|
+
noise_level_nrs: {
|
|
1717
1329
|
type: string;
|
|
1718
1330
|
};
|
|
1719
|
-
|
|
1331
|
+
};
|
|
1332
|
+
required: string[];
|
|
1333
|
+
type: string;
|
|
1334
|
+
};
|
|
1335
|
+
nuki_metadata: {
|
|
1336
|
+
properties: {
|
|
1337
|
+
device_id: {
|
|
1720
1338
|
type: string;
|
|
1721
1339
|
};
|
|
1722
|
-
|
|
1340
|
+
device_name: {
|
|
1723
1341
|
type: string;
|
|
1724
1342
|
};
|
|
1725
|
-
|
|
1343
|
+
keypad_battery_critical: {
|
|
1726
1344
|
type: string;
|
|
1727
1345
|
};
|
|
1728
|
-
|
|
1346
|
+
};
|
|
1347
|
+
required: string[];
|
|
1348
|
+
type: string;
|
|
1349
|
+
};
|
|
1350
|
+
salto_metadata: {
|
|
1351
|
+
properties: {
|
|
1352
|
+
battery_level: {
|
|
1729
1353
|
type: string;
|
|
1730
1354
|
};
|
|
1731
|
-
|
|
1355
|
+
customer_reference: {
|
|
1732
1356
|
type: string;
|
|
1733
1357
|
};
|
|
1734
|
-
|
|
1358
|
+
lock_id: {
|
|
1735
1359
|
type: string;
|
|
1736
1360
|
};
|
|
1737
|
-
|
|
1738
|
-
maximum: number;
|
|
1739
|
-
minimum: number;
|
|
1361
|
+
lock_type: {
|
|
1740
1362
|
type: string;
|
|
1741
1363
|
};
|
|
1742
|
-
|
|
1364
|
+
locked_state: {
|
|
1743
1365
|
type: string;
|
|
1744
1366
|
};
|
|
1745
|
-
|
|
1367
|
+
model: {
|
|
1746
1368
|
type: string;
|
|
1747
1369
|
};
|
|
1748
1370
|
};
|
|
1371
|
+
required: string[];
|
|
1749
1372
|
type: string;
|
|
1750
|
-
}
|
|
1373
|
+
};
|
|
1374
|
+
schlage_metadata: {
|
|
1751
1375
|
properties: {
|
|
1752
|
-
|
|
1753
|
-
properties: {
|
|
1754
|
-
automatic_cooling_enabled: {
|
|
1755
|
-
type: string;
|
|
1756
|
-
};
|
|
1757
|
-
automatic_heating_enabled: {
|
|
1758
|
-
type: string;
|
|
1759
|
-
};
|
|
1760
|
-
climate_setting_schedule_id: {
|
|
1761
|
-
format: string;
|
|
1762
|
-
type: string;
|
|
1763
|
-
};
|
|
1764
|
-
cooling_set_point_celsius: {
|
|
1765
|
-
type: string;
|
|
1766
|
-
};
|
|
1767
|
-
cooling_set_point_fahrenheit: {
|
|
1768
|
-
type: string;
|
|
1769
|
-
};
|
|
1770
|
-
created_at: {
|
|
1771
|
-
format: string;
|
|
1772
|
-
type: string;
|
|
1773
|
-
};
|
|
1774
|
-
device_id: {
|
|
1775
|
-
type: string;
|
|
1776
|
-
};
|
|
1777
|
-
errors: {
|
|
1778
|
-
description: string;
|
|
1779
|
-
nullable: boolean;
|
|
1780
|
-
};
|
|
1781
|
-
heating_set_point_celsius: {
|
|
1782
|
-
type: string;
|
|
1783
|
-
};
|
|
1784
|
-
heating_set_point_fahrenheit: {
|
|
1785
|
-
type: string;
|
|
1786
|
-
};
|
|
1787
|
-
hvac_mode_setting: {
|
|
1788
|
-
enum: string[];
|
|
1789
|
-
type: string;
|
|
1790
|
-
};
|
|
1791
|
-
manual_override_allowed: {
|
|
1792
|
-
type: string;
|
|
1793
|
-
};
|
|
1794
|
-
name: {
|
|
1795
|
-
type: string;
|
|
1796
|
-
};
|
|
1797
|
-
schedule_ends_at: {
|
|
1798
|
-
type: string;
|
|
1799
|
-
};
|
|
1800
|
-
schedule_starts_at: {
|
|
1801
|
-
type: string;
|
|
1802
|
-
};
|
|
1803
|
-
schedule_type: {
|
|
1804
|
-
enum: string[];
|
|
1805
|
-
type: string;
|
|
1806
|
-
};
|
|
1807
|
-
};
|
|
1808
|
-
required: string[];
|
|
1376
|
+
access_code_length: {
|
|
1809
1377
|
type: string;
|
|
1810
1378
|
};
|
|
1811
|
-
|
|
1812
|
-
items: {
|
|
1813
|
-
enum: string[];
|
|
1814
|
-
type: string;
|
|
1815
|
-
};
|
|
1379
|
+
device_id: {
|
|
1816
1380
|
type: string;
|
|
1817
1381
|
};
|
|
1818
|
-
|
|
1382
|
+
device_name: {
|
|
1819
1383
|
type: string;
|
|
1820
1384
|
};
|
|
1821
|
-
|
|
1385
|
+
model: {
|
|
1822
1386
|
type: string;
|
|
1823
1387
|
};
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
};
|
|
1832
|
-
cooling_set_point_celsius: {
|
|
1833
|
-
type: string;
|
|
1834
|
-
};
|
|
1835
|
-
cooling_set_point_fahrenheit: {
|
|
1836
|
-
type: string;
|
|
1837
|
-
};
|
|
1838
|
-
heating_set_point_celsius: {
|
|
1839
|
-
type: string;
|
|
1840
|
-
};
|
|
1841
|
-
heating_set_point_fahrenheit: {
|
|
1842
|
-
type: string;
|
|
1843
|
-
};
|
|
1844
|
-
hvac_mode_setting: {
|
|
1845
|
-
enum: string[];
|
|
1846
|
-
type: string;
|
|
1847
|
-
};
|
|
1848
|
-
manual_override_allowed: {
|
|
1849
|
-
type: string;
|
|
1850
|
-
};
|
|
1851
|
-
};
|
|
1852
|
-
required: string[];
|
|
1388
|
+
};
|
|
1389
|
+
required: string[];
|
|
1390
|
+
type: string;
|
|
1391
|
+
};
|
|
1392
|
+
seam_bridge_metadata: {
|
|
1393
|
+
properties: {
|
|
1394
|
+
device_num: {
|
|
1853
1395
|
type: string;
|
|
1854
1396
|
};
|
|
1855
|
-
|
|
1856
|
-
properties: {
|
|
1857
|
-
automatic_cooling_enabled: {
|
|
1858
|
-
type: string;
|
|
1859
|
-
};
|
|
1860
|
-
automatic_heating_enabled: {
|
|
1861
|
-
type: string;
|
|
1862
|
-
};
|
|
1863
|
-
cooling_set_point_celsius: {
|
|
1864
|
-
type: string;
|
|
1865
|
-
};
|
|
1866
|
-
cooling_set_point_fahrenheit: {
|
|
1867
|
-
type: string;
|
|
1868
|
-
};
|
|
1869
|
-
heating_set_point_celsius: {
|
|
1870
|
-
type: string;
|
|
1871
|
-
};
|
|
1872
|
-
heating_set_point_fahrenheit: {
|
|
1873
|
-
type: string;
|
|
1874
|
-
};
|
|
1875
|
-
hvac_mode_setting: {
|
|
1876
|
-
enum: string[];
|
|
1877
|
-
type: string;
|
|
1878
|
-
};
|
|
1879
|
-
manual_override_allowed: {
|
|
1880
|
-
type: string;
|
|
1881
|
-
};
|
|
1882
|
-
};
|
|
1883
|
-
required: string[];
|
|
1397
|
+
name: {
|
|
1884
1398
|
type: string;
|
|
1885
1399
|
};
|
|
1886
|
-
|
|
1400
|
+
unlock_method: {
|
|
1887
1401
|
enum: string[];
|
|
1888
1402
|
type: string;
|
|
1889
1403
|
};
|
|
1890
|
-
|
|
1404
|
+
};
|
|
1405
|
+
required: string[];
|
|
1406
|
+
type: string;
|
|
1407
|
+
};
|
|
1408
|
+
smartthings_metadata: {
|
|
1409
|
+
properties: {
|
|
1410
|
+
device_id: {
|
|
1891
1411
|
type: string;
|
|
1892
1412
|
};
|
|
1893
|
-
|
|
1413
|
+
device_name: {
|
|
1894
1414
|
type: string;
|
|
1895
1415
|
};
|
|
1896
|
-
|
|
1897
|
-
enum: boolean[];
|
|
1416
|
+
location_id: {
|
|
1898
1417
|
type: string;
|
|
1899
1418
|
};
|
|
1900
|
-
|
|
1419
|
+
model: {
|
|
1901
1420
|
type: string;
|
|
1902
1421
|
};
|
|
1903
|
-
|
|
1422
|
+
};
|
|
1423
|
+
required: string[];
|
|
1424
|
+
type: string;
|
|
1425
|
+
};
|
|
1426
|
+
ttlock_metadata: {
|
|
1427
|
+
properties: {
|
|
1428
|
+
lock_alias: {
|
|
1904
1429
|
type: string;
|
|
1905
1430
|
};
|
|
1906
|
-
|
|
1907
|
-
enum: boolean[];
|
|
1431
|
+
lock_id: {
|
|
1908
1432
|
type: string;
|
|
1909
1433
|
};
|
|
1910
|
-
|
|
1434
|
+
};
|
|
1435
|
+
required: string[];
|
|
1436
|
+
type: string;
|
|
1437
|
+
};
|
|
1438
|
+
two_n_metadata: {
|
|
1439
|
+
properties: {
|
|
1440
|
+
device_id: {
|
|
1911
1441
|
type: string;
|
|
1912
1442
|
};
|
|
1913
|
-
|
|
1443
|
+
device_name: {
|
|
1914
1444
|
type: string;
|
|
1915
1445
|
};
|
|
1916
|
-
|
|
1446
|
+
};
|
|
1447
|
+
required: string[];
|
|
1448
|
+
type: string;
|
|
1449
|
+
};
|
|
1450
|
+
wyze_metadata: {
|
|
1451
|
+
properties: {
|
|
1452
|
+
device_id: {
|
|
1917
1453
|
type: string;
|
|
1918
1454
|
};
|
|
1919
|
-
|
|
1455
|
+
device_info_model: {
|
|
1920
1456
|
type: string;
|
|
1921
1457
|
};
|
|
1922
|
-
|
|
1458
|
+
device_name: {
|
|
1923
1459
|
type: string;
|
|
1924
1460
|
};
|
|
1925
|
-
|
|
1926
|
-
maximum: number;
|
|
1927
|
-
minimum: number;
|
|
1461
|
+
product_model: {
|
|
1928
1462
|
type: string;
|
|
1929
1463
|
};
|
|
1930
|
-
|
|
1464
|
+
product_name: {
|
|
1931
1465
|
type: string;
|
|
1932
1466
|
};
|
|
1933
|
-
|
|
1467
|
+
product_type: {
|
|
1934
1468
|
type: string;
|
|
1935
1469
|
};
|
|
1936
|
-
max_cooling_set_point_celsius?: never;
|
|
1937
|
-
max_cooling_set_point_fahrenheit?: never;
|
|
1938
|
-
min_cooling_set_point_celsius?: never;
|
|
1939
|
-
min_cooling_set_point_fahrenheit?: never;
|
|
1940
|
-
min_heating_cooling_delta_celsius?: never;
|
|
1941
|
-
min_heating_cooling_delta_fahrenheit?: never;
|
|
1942
1470
|
};
|
|
1471
|
+
required: string[];
|
|
1943
1472
|
type: string;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
};
|
|
1964
|
-
created_at: {
|
|
1965
|
-
format: string;
|
|
1966
|
-
type: string;
|
|
1967
|
-
};
|
|
1968
|
-
device_id: {
|
|
1969
|
-
type: string;
|
|
1970
|
-
};
|
|
1971
|
-
errors: {
|
|
1972
|
-
description: string;
|
|
1973
|
-
nullable: boolean;
|
|
1974
|
-
};
|
|
1975
|
-
heating_set_point_celsius: {
|
|
1976
|
-
type: string;
|
|
1977
|
-
};
|
|
1978
|
-
heating_set_point_fahrenheit: {
|
|
1979
|
-
type: string;
|
|
1980
|
-
};
|
|
1981
|
-
hvac_mode_setting: {
|
|
1473
|
+
};
|
|
1474
|
+
};
|
|
1475
|
+
type: string;
|
|
1476
|
+
allOf?: never;
|
|
1477
|
+
})[];
|
|
1478
|
+
} | {
|
|
1479
|
+
allOf: ({
|
|
1480
|
+
properties: {
|
|
1481
|
+
_experimental_supported_code_from_access_codes_lengths: {
|
|
1482
|
+
items: {
|
|
1483
|
+
type: string;
|
|
1484
|
+
};
|
|
1485
|
+
type: string;
|
|
1486
|
+
};
|
|
1487
|
+
code_constraints: {
|
|
1488
|
+
items: {
|
|
1489
|
+
oneOf: ({
|
|
1490
|
+
properties: {
|
|
1491
|
+
constraint_type: {
|
|
1982
1492
|
enum: string[];
|
|
1983
1493
|
type: string;
|
|
1984
1494
|
};
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1495
|
+
max_length?: never;
|
|
1496
|
+
min_length?: never;
|
|
1497
|
+
};
|
|
1498
|
+
required: string[];
|
|
1499
|
+
type: string;
|
|
1500
|
+
} | {
|
|
1501
|
+
properties: {
|
|
1502
|
+
constraint_type: {
|
|
1503
|
+
enum: string[];
|
|
1992
1504
|
type: string;
|
|
1993
1505
|
};
|
|
1994
|
-
|
|
1506
|
+
max_length: {
|
|
1995
1507
|
type: string;
|
|
1996
1508
|
};
|
|
1997
|
-
|
|
1998
|
-
enum: string[];
|
|
1509
|
+
min_length: {
|
|
1999
1510
|
type: string;
|
|
2000
1511
|
};
|
|
2001
1512
|
};
|
|
2002
|
-
required: string[];
|
|
2003
|
-
type: string;
|
|
2004
|
-
};
|
|
2005
|
-
|
|
2006
|
-
|
|
1513
|
+
required: string[];
|
|
1514
|
+
type: string;
|
|
1515
|
+
})[];
|
|
1516
|
+
};
|
|
1517
|
+
type: string;
|
|
1518
|
+
};
|
|
1519
|
+
door_open: {
|
|
1520
|
+
type: string;
|
|
1521
|
+
};
|
|
1522
|
+
has_native_entry_events: {
|
|
1523
|
+
type: string;
|
|
1524
|
+
};
|
|
1525
|
+
keypad_battery: {
|
|
1526
|
+
properties: {
|
|
1527
|
+
level: {
|
|
1528
|
+
type: string;
|
|
1529
|
+
};
|
|
1530
|
+
};
|
|
1531
|
+
required: string[];
|
|
1532
|
+
type: string;
|
|
1533
|
+
};
|
|
1534
|
+
locked: {
|
|
1535
|
+
type: string;
|
|
1536
|
+
};
|
|
1537
|
+
max_active_codes_supported: {
|
|
1538
|
+
type: string;
|
|
1539
|
+
};
|
|
1540
|
+
supported_code_lengths: {
|
|
1541
|
+
items: {
|
|
1542
|
+
type: string;
|
|
1543
|
+
};
|
|
1544
|
+
type: string;
|
|
1545
|
+
};
|
|
1546
|
+
supports_backup_access_code_pool: {
|
|
1547
|
+
type: string;
|
|
1548
|
+
};
|
|
1549
|
+
};
|
|
1550
|
+
type: string;
|
|
1551
|
+
oneOf?: never;
|
|
1552
|
+
} | {
|
|
1553
|
+
oneOf: ({
|
|
1554
|
+
properties: {
|
|
1555
|
+
active_climate_setting_schedule: {
|
|
1556
|
+
properties: {
|
|
1557
|
+
automatic_cooling_enabled: {
|
|
1558
|
+
type: string;
|
|
1559
|
+
};
|
|
1560
|
+
automatic_heating_enabled: {
|
|
1561
|
+
type: string;
|
|
1562
|
+
};
|
|
1563
|
+
climate_setting_schedule_id: {
|
|
1564
|
+
format: string;
|
|
1565
|
+
type: string;
|
|
1566
|
+
};
|
|
1567
|
+
cooling_set_point_celsius: {
|
|
1568
|
+
type: string;
|
|
1569
|
+
};
|
|
1570
|
+
cooling_set_point_fahrenheit: {
|
|
1571
|
+
type: string;
|
|
1572
|
+
};
|
|
1573
|
+
created_at: {
|
|
1574
|
+
format: string;
|
|
1575
|
+
type: string;
|
|
1576
|
+
};
|
|
1577
|
+
device_id: {
|
|
1578
|
+
type: string;
|
|
1579
|
+
};
|
|
1580
|
+
errors: {
|
|
1581
|
+
description: string;
|
|
1582
|
+
nullable: boolean;
|
|
1583
|
+
};
|
|
1584
|
+
heating_set_point_celsius: {
|
|
1585
|
+
type: string;
|
|
1586
|
+
};
|
|
1587
|
+
heating_set_point_fahrenheit: {
|
|
1588
|
+
type: string;
|
|
1589
|
+
};
|
|
1590
|
+
hvac_mode_setting: {
|
|
1591
|
+
enum: string[];
|
|
1592
|
+
type: string;
|
|
1593
|
+
};
|
|
1594
|
+
manual_override_allowed: {
|
|
1595
|
+
type: string;
|
|
1596
|
+
};
|
|
1597
|
+
name: {
|
|
1598
|
+
type: string;
|
|
1599
|
+
};
|
|
1600
|
+
schedule_ends_at: {
|
|
1601
|
+
type: string;
|
|
1602
|
+
};
|
|
1603
|
+
schedule_starts_at: {
|
|
1604
|
+
type: string;
|
|
1605
|
+
};
|
|
1606
|
+
schedule_type: {
|
|
1607
|
+
enum: string[];
|
|
1608
|
+
type: string;
|
|
1609
|
+
};
|
|
1610
|
+
};
|
|
1611
|
+
required: string[];
|
|
1612
|
+
type: string;
|
|
1613
|
+
};
|
|
1614
|
+
available_hvac_mode_settings: {
|
|
1615
|
+
items: {
|
|
1616
|
+
enum: string[];
|
|
1617
|
+
type: string;
|
|
1618
|
+
};
|
|
1619
|
+
type: string;
|
|
1620
|
+
};
|
|
1621
|
+
can_enable_automatic_cooling: {
|
|
1622
|
+
type: string;
|
|
1623
|
+
};
|
|
1624
|
+
can_enable_automatic_heating: {
|
|
1625
|
+
type: string;
|
|
1626
|
+
};
|
|
1627
|
+
current_climate_setting: {
|
|
1628
|
+
properties: {
|
|
1629
|
+
automatic_cooling_enabled: {
|
|
1630
|
+
type: string;
|
|
1631
|
+
};
|
|
1632
|
+
automatic_heating_enabled: {
|
|
1633
|
+
type: string;
|
|
1634
|
+
};
|
|
1635
|
+
cooling_set_point_celsius: {
|
|
1636
|
+
type: string;
|
|
1637
|
+
};
|
|
1638
|
+
cooling_set_point_fahrenheit: {
|
|
1639
|
+
type: string;
|
|
1640
|
+
};
|
|
1641
|
+
heating_set_point_celsius: {
|
|
1642
|
+
type: string;
|
|
1643
|
+
};
|
|
1644
|
+
heating_set_point_fahrenheit: {
|
|
1645
|
+
type: string;
|
|
1646
|
+
};
|
|
1647
|
+
hvac_mode_setting: {
|
|
1648
|
+
enum: string[];
|
|
1649
|
+
type: string;
|
|
1650
|
+
};
|
|
1651
|
+
manual_override_allowed: {
|
|
1652
|
+
type: string;
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1655
|
+
required: string[];
|
|
1656
|
+
type: string;
|
|
1657
|
+
};
|
|
1658
|
+
default_climate_setting: {
|
|
1659
|
+
properties: {
|
|
1660
|
+
automatic_cooling_enabled: {
|
|
1661
|
+
type: string;
|
|
1662
|
+
};
|
|
1663
|
+
automatic_heating_enabled: {
|
|
1664
|
+
type: string;
|
|
1665
|
+
};
|
|
1666
|
+
cooling_set_point_celsius: {
|
|
1667
|
+
type: string;
|
|
1668
|
+
};
|
|
1669
|
+
cooling_set_point_fahrenheit: {
|
|
1670
|
+
type: string;
|
|
1671
|
+
};
|
|
1672
|
+
heating_set_point_celsius: {
|
|
1673
|
+
type: string;
|
|
1674
|
+
};
|
|
1675
|
+
heating_set_point_fahrenheit: {
|
|
1676
|
+
type: string;
|
|
1677
|
+
};
|
|
1678
|
+
hvac_mode_setting: {
|
|
1679
|
+
enum: string[];
|
|
1680
|
+
type: string;
|
|
1681
|
+
};
|
|
1682
|
+
manual_override_allowed: {
|
|
1683
|
+
type: string;
|
|
1684
|
+
};
|
|
1685
|
+
};
|
|
1686
|
+
required: string[];
|
|
1687
|
+
type: string;
|
|
1688
|
+
};
|
|
1689
|
+
fan_mode_setting: {
|
|
1690
|
+
enum: string[];
|
|
1691
|
+
type: string;
|
|
1692
|
+
};
|
|
1693
|
+
is_climate_setting_schedule_active: {
|
|
1694
|
+
type: string;
|
|
1695
|
+
};
|
|
1696
|
+
is_cooling: {
|
|
1697
|
+
type: string;
|
|
1698
|
+
};
|
|
1699
|
+
is_cooling_available: {
|
|
1700
|
+
enum: boolean[];
|
|
1701
|
+
type: string;
|
|
1702
|
+
};
|
|
1703
|
+
is_fan_running: {
|
|
1704
|
+
type: string;
|
|
1705
|
+
};
|
|
1706
|
+
is_heating: {
|
|
1707
|
+
type: string;
|
|
1708
|
+
};
|
|
1709
|
+
is_heating_available: {
|
|
1710
|
+
enum: boolean[];
|
|
1711
|
+
type: string;
|
|
1712
|
+
};
|
|
1713
|
+
is_temporary_manual_override_active: {
|
|
1714
|
+
type: string;
|
|
1715
|
+
};
|
|
1716
|
+
max_cooling_set_point_celsius: {
|
|
1717
|
+
type: string;
|
|
1718
|
+
};
|
|
1719
|
+
max_cooling_set_point_fahrenheit: {
|
|
1720
|
+
type: string;
|
|
1721
|
+
};
|
|
1722
|
+
max_heating_set_point_celsius: {
|
|
1723
|
+
type: string;
|
|
1724
|
+
};
|
|
1725
|
+
max_heating_set_point_fahrenheit: {
|
|
1726
|
+
type: string;
|
|
1727
|
+
};
|
|
1728
|
+
min_cooling_set_point_celsius: {
|
|
1729
|
+
type: string;
|
|
1730
|
+
};
|
|
1731
|
+
min_cooling_set_point_fahrenheit: {
|
|
1732
|
+
type: string;
|
|
1733
|
+
};
|
|
1734
|
+
min_heating_cooling_delta_celsius: {
|
|
1735
|
+
type: string;
|
|
1736
|
+
};
|
|
1737
|
+
min_heating_cooling_delta_fahrenheit: {
|
|
1738
|
+
type: string;
|
|
1739
|
+
};
|
|
1740
|
+
min_heating_set_point_celsius: {
|
|
1741
|
+
type: string;
|
|
1742
|
+
};
|
|
1743
|
+
min_heating_set_point_fahrenheit: {
|
|
1744
|
+
type: string;
|
|
1745
|
+
};
|
|
1746
|
+
relative_humidity: {
|
|
1747
|
+
maximum: number;
|
|
1748
|
+
minimum: number;
|
|
1749
|
+
type: string;
|
|
1750
|
+
};
|
|
1751
|
+
temperature_celsius: {
|
|
1752
|
+
type: string;
|
|
1753
|
+
};
|
|
1754
|
+
temperature_fahrenheit: {
|
|
1755
|
+
type: string;
|
|
1756
|
+
};
|
|
1757
|
+
};
|
|
1758
|
+
type: string;
|
|
1759
|
+
} | {
|
|
1760
|
+
properties: {
|
|
1761
|
+
active_climate_setting_schedule: {
|
|
1762
|
+
properties: {
|
|
1763
|
+
automatic_cooling_enabled: {
|
|
1764
|
+
type: string;
|
|
1765
|
+
};
|
|
1766
|
+
automatic_heating_enabled: {
|
|
1767
|
+
type: string;
|
|
1768
|
+
};
|
|
1769
|
+
climate_setting_schedule_id: {
|
|
1770
|
+
format: string;
|
|
1771
|
+
type: string;
|
|
1772
|
+
};
|
|
1773
|
+
cooling_set_point_celsius: {
|
|
1774
|
+
type: string;
|
|
1775
|
+
};
|
|
1776
|
+
cooling_set_point_fahrenheit: {
|
|
1777
|
+
type: string;
|
|
1778
|
+
};
|
|
1779
|
+
created_at: {
|
|
1780
|
+
format: string;
|
|
1781
|
+
type: string;
|
|
1782
|
+
};
|
|
1783
|
+
device_id: {
|
|
1784
|
+
type: string;
|
|
1785
|
+
};
|
|
1786
|
+
errors: {
|
|
1787
|
+
description: string;
|
|
1788
|
+
nullable: boolean;
|
|
1789
|
+
};
|
|
1790
|
+
heating_set_point_celsius: {
|
|
1791
|
+
type: string;
|
|
1792
|
+
};
|
|
1793
|
+
heating_set_point_fahrenheit: {
|
|
1794
|
+
type: string;
|
|
1795
|
+
};
|
|
1796
|
+
hvac_mode_setting: {
|
|
1797
|
+
enum: string[];
|
|
1798
|
+
type: string;
|
|
1799
|
+
};
|
|
1800
|
+
manual_override_allowed: {
|
|
1801
|
+
type: string;
|
|
1802
|
+
};
|
|
1803
|
+
name: {
|
|
1804
|
+
type: string;
|
|
1805
|
+
};
|
|
1806
|
+
schedule_ends_at: {
|
|
1807
|
+
type: string;
|
|
1808
|
+
};
|
|
1809
|
+
schedule_starts_at: {
|
|
1810
|
+
type: string;
|
|
1811
|
+
};
|
|
1812
|
+
schedule_type: {
|
|
1813
|
+
enum: string[];
|
|
1814
|
+
type: string;
|
|
1815
|
+
};
|
|
1816
|
+
};
|
|
1817
|
+
required: string[];
|
|
1818
|
+
type: string;
|
|
1819
|
+
};
|
|
1820
|
+
available_hvac_mode_settings: {
|
|
1821
|
+
items: {
|
|
1822
|
+
enum: string[];
|
|
1823
|
+
type: string;
|
|
1824
|
+
};
|
|
1825
|
+
type: string;
|
|
1826
|
+
};
|
|
1827
|
+
can_enable_automatic_cooling: {
|
|
1828
|
+
type: string;
|
|
1829
|
+
};
|
|
1830
|
+
can_enable_automatic_heating: {
|
|
1831
|
+
type: string;
|
|
1832
|
+
};
|
|
1833
|
+
current_climate_setting: {
|
|
1834
|
+
properties: {
|
|
1835
|
+
automatic_cooling_enabled: {
|
|
1836
|
+
type: string;
|
|
1837
|
+
};
|
|
1838
|
+
automatic_heating_enabled: {
|
|
1839
|
+
type: string;
|
|
1840
|
+
};
|
|
1841
|
+
cooling_set_point_celsius: {
|
|
1842
|
+
type: string;
|
|
1843
|
+
};
|
|
1844
|
+
cooling_set_point_fahrenheit: {
|
|
1845
|
+
type: string;
|
|
1846
|
+
};
|
|
1847
|
+
heating_set_point_celsius: {
|
|
1848
|
+
type: string;
|
|
1849
|
+
};
|
|
1850
|
+
heating_set_point_fahrenheit: {
|
|
1851
|
+
type: string;
|
|
1852
|
+
};
|
|
1853
|
+
hvac_mode_setting: {
|
|
1854
|
+
enum: string[];
|
|
1855
|
+
type: string;
|
|
1856
|
+
};
|
|
1857
|
+
manual_override_allowed: {
|
|
1858
|
+
type: string;
|
|
1859
|
+
};
|
|
1860
|
+
};
|
|
1861
|
+
required: string[];
|
|
1862
|
+
type: string;
|
|
1863
|
+
};
|
|
1864
|
+
default_climate_setting: {
|
|
1865
|
+
properties: {
|
|
1866
|
+
automatic_cooling_enabled: {
|
|
1867
|
+
type: string;
|
|
1868
|
+
};
|
|
1869
|
+
automatic_heating_enabled: {
|
|
1870
|
+
type: string;
|
|
1871
|
+
};
|
|
1872
|
+
cooling_set_point_celsius: {
|
|
1873
|
+
type: string;
|
|
1874
|
+
};
|
|
1875
|
+
cooling_set_point_fahrenheit: {
|
|
1876
|
+
type: string;
|
|
1877
|
+
};
|
|
1878
|
+
heating_set_point_celsius: {
|
|
1879
|
+
type: string;
|
|
1880
|
+
};
|
|
1881
|
+
heating_set_point_fahrenheit: {
|
|
1882
|
+
type: string;
|
|
1883
|
+
};
|
|
1884
|
+
hvac_mode_setting: {
|
|
1885
|
+
enum: string[];
|
|
1886
|
+
type: string;
|
|
1887
|
+
};
|
|
1888
|
+
manual_override_allowed: {
|
|
1889
|
+
type: string;
|
|
1890
|
+
};
|
|
1891
|
+
};
|
|
1892
|
+
required: string[];
|
|
1893
|
+
type: string;
|
|
1894
|
+
};
|
|
1895
|
+
fan_mode_setting: {
|
|
1896
|
+
enum: string[];
|
|
1897
|
+
type: string;
|
|
1898
|
+
};
|
|
1899
|
+
is_climate_setting_schedule_active: {
|
|
1900
|
+
type: string;
|
|
1901
|
+
};
|
|
1902
|
+
is_cooling: {
|
|
1903
|
+
type: string;
|
|
1904
|
+
};
|
|
1905
|
+
is_cooling_available: {
|
|
1906
|
+
enum: boolean[];
|
|
1907
|
+
type: string;
|
|
1908
|
+
};
|
|
1909
|
+
is_fan_running: {
|
|
1910
|
+
type: string;
|
|
1911
|
+
};
|
|
1912
|
+
is_heating: {
|
|
1913
|
+
type: string;
|
|
1914
|
+
};
|
|
1915
|
+
is_heating_available: {
|
|
1916
|
+
enum: boolean[];
|
|
1917
|
+
type: string;
|
|
1918
|
+
};
|
|
1919
|
+
is_temporary_manual_override_active: {
|
|
1920
|
+
type: string;
|
|
1921
|
+
};
|
|
1922
|
+
max_heating_set_point_celsius: {
|
|
1923
|
+
type: string;
|
|
1924
|
+
};
|
|
1925
|
+
max_heating_set_point_fahrenheit: {
|
|
1926
|
+
type: string;
|
|
1927
|
+
};
|
|
1928
|
+
min_heating_set_point_celsius: {
|
|
1929
|
+
type: string;
|
|
1930
|
+
};
|
|
1931
|
+
min_heating_set_point_fahrenheit: {
|
|
1932
|
+
type: string;
|
|
1933
|
+
};
|
|
1934
|
+
relative_humidity: {
|
|
1935
|
+
maximum: number;
|
|
1936
|
+
minimum: number;
|
|
1937
|
+
type: string;
|
|
1938
|
+
};
|
|
1939
|
+
temperature_celsius: {
|
|
1940
|
+
type: string;
|
|
1941
|
+
};
|
|
1942
|
+
temperature_fahrenheit: {
|
|
1943
|
+
type: string;
|
|
1944
|
+
};
|
|
1945
|
+
max_cooling_set_point_celsius?: never;
|
|
1946
|
+
max_cooling_set_point_fahrenheit?: never;
|
|
1947
|
+
min_cooling_set_point_celsius?: never;
|
|
1948
|
+
min_cooling_set_point_fahrenheit?: never;
|
|
1949
|
+
min_heating_cooling_delta_celsius?: never;
|
|
1950
|
+
min_heating_cooling_delta_fahrenheit?: never;
|
|
1951
|
+
};
|
|
1952
|
+
type: string;
|
|
1953
|
+
} | {
|
|
1954
|
+
properties: {
|
|
1955
|
+
active_climate_setting_schedule: {
|
|
1956
|
+
properties: {
|
|
1957
|
+
automatic_cooling_enabled: {
|
|
1958
|
+
type: string;
|
|
1959
|
+
};
|
|
1960
|
+
automatic_heating_enabled: {
|
|
1961
|
+
type: string;
|
|
1962
|
+
};
|
|
1963
|
+
climate_setting_schedule_id: {
|
|
1964
|
+
format: string;
|
|
1965
|
+
type: string;
|
|
1966
|
+
};
|
|
1967
|
+
cooling_set_point_celsius: {
|
|
1968
|
+
type: string;
|
|
1969
|
+
};
|
|
1970
|
+
cooling_set_point_fahrenheit: {
|
|
1971
|
+
type: string;
|
|
1972
|
+
};
|
|
1973
|
+
created_at: {
|
|
1974
|
+
format: string;
|
|
1975
|
+
type: string;
|
|
1976
|
+
};
|
|
1977
|
+
device_id: {
|
|
1978
|
+
type: string;
|
|
1979
|
+
};
|
|
1980
|
+
errors: {
|
|
1981
|
+
description: string;
|
|
1982
|
+
nullable: boolean;
|
|
1983
|
+
};
|
|
1984
|
+
heating_set_point_celsius: {
|
|
1985
|
+
type: string;
|
|
1986
|
+
};
|
|
1987
|
+
heating_set_point_fahrenheit: {
|
|
1988
|
+
type: string;
|
|
1989
|
+
};
|
|
1990
|
+
hvac_mode_setting: {
|
|
1991
|
+
enum: string[];
|
|
1992
|
+
type: string;
|
|
1993
|
+
};
|
|
1994
|
+
manual_override_allowed: {
|
|
1995
|
+
type: string;
|
|
1996
|
+
};
|
|
1997
|
+
name: {
|
|
1998
|
+
type: string;
|
|
1999
|
+
};
|
|
2000
|
+
schedule_ends_at: {
|
|
2001
|
+
type: string;
|
|
2002
|
+
};
|
|
2003
|
+
schedule_starts_at: {
|
|
2004
|
+
type: string;
|
|
2005
|
+
};
|
|
2006
|
+
schedule_type: {
|
|
2007
2007
|
enum: string[];
|
|
2008
2008
|
type: string;
|
|
2009
2009
|
};
|
|
2010
|
-
type: string;
|
|
2011
|
-
};
|
|
2012
|
-
can_enable_automatic_cooling: {
|
|
2013
|
-
type: string;
|
|
2014
2010
|
};
|
|
2015
|
-
|
|
2011
|
+
required: string[];
|
|
2012
|
+
type: string;
|
|
2013
|
+
};
|
|
2014
|
+
available_hvac_mode_settings: {
|
|
2015
|
+
items: {
|
|
2016
|
+
enum: string[];
|
|
2016
2017
|
type: string;
|
|
2017
2018
|
};
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
type: string;
|
|
2031
|
-
};
|
|
2032
|
-
heating_set_point_celsius: {
|
|
2033
|
-
type: string;
|
|
2034
|
-
};
|
|
2035
|
-
heating_set_point_fahrenheit: {
|
|
2036
|
-
type: string;
|
|
2037
|
-
};
|
|
2038
|
-
hvac_mode_setting: {
|
|
2039
|
-
enum: string[];
|
|
2040
|
-
type: string;
|
|
2041
|
-
};
|
|
2042
|
-
manual_override_allowed: {
|
|
2043
|
-
type: string;
|
|
2044
|
-
};
|
|
2019
|
+
type: string;
|
|
2020
|
+
};
|
|
2021
|
+
can_enable_automatic_cooling: {
|
|
2022
|
+
type: string;
|
|
2023
|
+
};
|
|
2024
|
+
can_enable_automatic_heating: {
|
|
2025
|
+
type: string;
|
|
2026
|
+
};
|
|
2027
|
+
current_climate_setting: {
|
|
2028
|
+
properties: {
|
|
2029
|
+
automatic_cooling_enabled: {
|
|
2030
|
+
type: string;
|
|
2045
2031
|
};
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
type: string;
|
|
2068
|
-
};
|
|
2069
|
-
hvac_mode_setting: {
|
|
2070
|
-
enum: string[];
|
|
2071
|
-
type: string;
|
|
2072
|
-
};
|
|
2073
|
-
manual_override_allowed: {
|
|
2074
|
-
type: string;
|
|
2075
|
-
};
|
|
2032
|
+
automatic_heating_enabled: {
|
|
2033
|
+
type: string;
|
|
2034
|
+
};
|
|
2035
|
+
cooling_set_point_celsius: {
|
|
2036
|
+
type: string;
|
|
2037
|
+
};
|
|
2038
|
+
cooling_set_point_fahrenheit: {
|
|
2039
|
+
type: string;
|
|
2040
|
+
};
|
|
2041
|
+
heating_set_point_celsius: {
|
|
2042
|
+
type: string;
|
|
2043
|
+
};
|
|
2044
|
+
heating_set_point_fahrenheit: {
|
|
2045
|
+
type: string;
|
|
2046
|
+
};
|
|
2047
|
+
hvac_mode_setting: {
|
|
2048
|
+
enum: string[];
|
|
2049
|
+
type: string;
|
|
2050
|
+
};
|
|
2051
|
+
manual_override_allowed: {
|
|
2052
|
+
type: string;
|
|
2076
2053
|
};
|
|
2077
|
-
required: string[];
|
|
2078
|
-
type: string;
|
|
2079
|
-
};
|
|
2080
|
-
fan_mode_setting: {
|
|
2081
|
-
enum: string[];
|
|
2082
|
-
type: string;
|
|
2083
|
-
};
|
|
2084
|
-
is_climate_setting_schedule_active: {
|
|
2085
|
-
type: string;
|
|
2086
|
-
};
|
|
2087
|
-
is_cooling: {
|
|
2088
|
-
type: string;
|
|
2089
|
-
};
|
|
2090
|
-
is_cooling_available: {
|
|
2091
|
-
enum: boolean[];
|
|
2092
|
-
type: string;
|
|
2093
|
-
};
|
|
2094
|
-
is_fan_running: {
|
|
2095
|
-
type: string;
|
|
2096
|
-
};
|
|
2097
|
-
is_heating: {
|
|
2098
|
-
type: string;
|
|
2099
|
-
};
|
|
2100
|
-
is_heating_available: {
|
|
2101
|
-
enum: boolean[];
|
|
2102
|
-
type: string;
|
|
2103
|
-
};
|
|
2104
|
-
is_temporary_manual_override_active: {
|
|
2105
|
-
type: string;
|
|
2106
|
-
};
|
|
2107
|
-
max_cooling_set_point_celsius: {
|
|
2108
|
-
type: string;
|
|
2109
|
-
};
|
|
2110
|
-
max_cooling_set_point_fahrenheit: {
|
|
2111
|
-
type: string;
|
|
2112
|
-
};
|
|
2113
|
-
min_cooling_set_point_celsius: {
|
|
2114
|
-
type: string;
|
|
2115
|
-
};
|
|
2116
|
-
min_cooling_set_point_fahrenheit: {
|
|
2117
|
-
type: string;
|
|
2118
|
-
};
|
|
2119
|
-
relative_humidity: {
|
|
2120
|
-
maximum: number;
|
|
2121
|
-
minimum: number;
|
|
2122
|
-
type: string;
|
|
2123
|
-
};
|
|
2124
|
-
temperature_celsius: {
|
|
2125
|
-
type: string;
|
|
2126
|
-
};
|
|
2127
|
-
temperature_fahrenheit: {
|
|
2128
|
-
type: string;
|
|
2129
2054
|
};
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
min_heating_cooling_delta_celsius?: never;
|
|
2133
|
-
min_heating_cooling_delta_fahrenheit?: never;
|
|
2134
|
-
min_heating_set_point_celsius?: never;
|
|
2135
|
-
min_heating_set_point_fahrenheit?: never;
|
|
2055
|
+
required: string[];
|
|
2056
|
+
type: string;
|
|
2136
2057
|
};
|
|
2137
|
-
|
|
2138
|
-
})[];
|
|
2139
|
-
properties?: never;
|
|
2140
|
-
type?: never;
|
|
2141
|
-
})[];
|
|
2142
|
-
})[];
|
|
2143
|
-
properties?: never;
|
|
2144
|
-
type?: never;
|
|
2145
|
-
} | {
|
|
2146
|
-
properties: {
|
|
2147
|
-
properties: {
|
|
2148
|
-
properties: {
|
|
2149
|
-
assa_abloy_credential_service_metadata: {
|
|
2058
|
+
default_climate_setting: {
|
|
2150
2059
|
properties: {
|
|
2151
|
-
|
|
2152
|
-
items: {
|
|
2153
|
-
properties: {
|
|
2154
|
-
endpoint_id: {
|
|
2155
|
-
type: string;
|
|
2156
|
-
};
|
|
2157
|
-
is_active: {
|
|
2158
|
-
type: string;
|
|
2159
|
-
};
|
|
2160
|
-
};
|
|
2161
|
-
required: string[];
|
|
2162
|
-
type: string;
|
|
2163
|
-
};
|
|
2060
|
+
automatic_cooling_enabled: {
|
|
2164
2061
|
type: string;
|
|
2165
2062
|
};
|
|
2166
|
-
|
|
2063
|
+
automatic_heating_enabled: {
|
|
2064
|
+
type: string;
|
|
2065
|
+
};
|
|
2066
|
+
cooling_set_point_celsius: {
|
|
2067
|
+
type: string;
|
|
2068
|
+
};
|
|
2069
|
+
cooling_set_point_fahrenheit: {
|
|
2070
|
+
type: string;
|
|
2071
|
+
};
|
|
2072
|
+
heating_set_point_celsius: {
|
|
2073
|
+
type: string;
|
|
2074
|
+
};
|
|
2075
|
+
heating_set_point_fahrenheit: {
|
|
2076
|
+
type: string;
|
|
2077
|
+
};
|
|
2078
|
+
hvac_mode_setting: {
|
|
2079
|
+
enum: string[];
|
|
2080
|
+
type: string;
|
|
2081
|
+
};
|
|
2082
|
+
manual_override_allowed: {
|
|
2167
2083
|
type: string;
|
|
2168
2084
|
};
|
|
2169
2085
|
};
|
|
2170
2086
|
required: string[];
|
|
2171
2087
|
type: string;
|
|
2172
2088
|
};
|
|
2089
|
+
fan_mode_setting: {
|
|
2090
|
+
enum: string[];
|
|
2091
|
+
type: string;
|
|
2092
|
+
};
|
|
2093
|
+
is_climate_setting_schedule_active: {
|
|
2094
|
+
type: string;
|
|
2095
|
+
};
|
|
2096
|
+
is_cooling: {
|
|
2097
|
+
type: string;
|
|
2098
|
+
};
|
|
2099
|
+
is_cooling_available: {
|
|
2100
|
+
enum: boolean[];
|
|
2101
|
+
type: string;
|
|
2102
|
+
};
|
|
2103
|
+
is_fan_running: {
|
|
2104
|
+
type: string;
|
|
2105
|
+
};
|
|
2106
|
+
is_heating: {
|
|
2107
|
+
type: string;
|
|
2108
|
+
};
|
|
2109
|
+
is_heating_available: {
|
|
2110
|
+
enum: boolean[];
|
|
2111
|
+
type: string;
|
|
2112
|
+
};
|
|
2113
|
+
is_temporary_manual_override_active: {
|
|
2114
|
+
type: string;
|
|
2115
|
+
};
|
|
2116
|
+
max_cooling_set_point_celsius: {
|
|
2117
|
+
type: string;
|
|
2118
|
+
};
|
|
2119
|
+
max_cooling_set_point_fahrenheit: {
|
|
2120
|
+
type: string;
|
|
2121
|
+
};
|
|
2122
|
+
min_cooling_set_point_celsius: {
|
|
2123
|
+
type: string;
|
|
2124
|
+
};
|
|
2125
|
+
min_cooling_set_point_fahrenheit: {
|
|
2126
|
+
type: string;
|
|
2127
|
+
};
|
|
2128
|
+
relative_humidity: {
|
|
2129
|
+
maximum: number;
|
|
2130
|
+
minimum: number;
|
|
2131
|
+
type: string;
|
|
2132
|
+
};
|
|
2133
|
+
temperature_celsius: {
|
|
2134
|
+
type: string;
|
|
2135
|
+
};
|
|
2136
|
+
temperature_fahrenheit: {
|
|
2137
|
+
type: string;
|
|
2138
|
+
};
|
|
2139
|
+
max_heating_set_point_celsius?: never;
|
|
2140
|
+
max_heating_set_point_fahrenheit?: never;
|
|
2141
|
+
min_heating_cooling_delta_celsius?: never;
|
|
2142
|
+
min_heating_cooling_delta_fahrenheit?: never;
|
|
2143
|
+
min_heating_set_point_celsius?: never;
|
|
2144
|
+
min_heating_set_point_fahrenheit?: never;
|
|
2173
2145
|
};
|
|
2174
2146
|
type: string;
|
|
2175
|
-
};
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2147
|
+
})[];
|
|
2148
|
+
properties?: never;
|
|
2149
|
+
type?: never;
|
|
2150
|
+
})[];
|
|
2179
2151
|
})[];
|
|
2180
2152
|
description: string;
|
|
2181
2153
|
};
|
|
@@ -17471,6 +17443,14 @@ interface Routes {
|
|
|
17471
17443
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
17472
17444
|
supports_offline_access_codes?: boolean | undefined;
|
|
17473
17445
|
} & {
|
|
17446
|
+
assa_abloy_credential_service_metadata?: ({
|
|
17447
|
+
has_active_endpoint: boolean;
|
|
17448
|
+
endpoints: Array<{
|
|
17449
|
+
endpoint_id: string;
|
|
17450
|
+
is_active: boolean;
|
|
17451
|
+
}>;
|
|
17452
|
+
} | undefined) | undefined;
|
|
17453
|
+
}) & {
|
|
17474
17454
|
august_metadata?: {
|
|
17475
17455
|
lock_id: string;
|
|
17476
17456
|
lock_name: string;
|
|
@@ -17837,17 +17817,7 @@ interface Routes {
|
|
|
17837
17817
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
17838
17818
|
max_cooling_set_point_celsius?: number | undefined;
|
|
17839
17819
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
17840
|
-
}))
|
|
17841
|
-
properties?: {
|
|
17842
|
-
assa_abloy_credential_service_metadata?: {
|
|
17843
|
-
has_active_endpoint: boolean;
|
|
17844
|
-
endpoints: Array<{
|
|
17845
|
-
endpoint_id: string;
|
|
17846
|
-
is_active: boolean;
|
|
17847
|
-
}>;
|
|
17848
|
-
} | undefined;
|
|
17849
|
-
} | undefined;
|
|
17850
|
-
};
|
|
17820
|
+
}));
|
|
17851
17821
|
/** Location information for the device. */
|
|
17852
17822
|
location: {
|
|
17853
17823
|
/** Name of the device location. */
|
|
@@ -17949,6 +17919,14 @@ interface Routes {
|
|
|
17949
17919
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
17950
17920
|
supports_offline_access_codes?: boolean | undefined;
|
|
17951
17921
|
} & {
|
|
17922
|
+
assa_abloy_credential_service_metadata?: ({
|
|
17923
|
+
has_active_endpoint: boolean;
|
|
17924
|
+
endpoints: Array<{
|
|
17925
|
+
endpoint_id: string;
|
|
17926
|
+
is_active: boolean;
|
|
17927
|
+
}>;
|
|
17928
|
+
} | undefined) | undefined;
|
|
17929
|
+
}) & {
|
|
17952
17930
|
august_metadata?: {
|
|
17953
17931
|
lock_id: string;
|
|
17954
17932
|
lock_name: string;
|
|
@@ -18315,17 +18293,7 @@ interface Routes {
|
|
|
18315
18293
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
18316
18294
|
max_cooling_set_point_celsius?: number | undefined;
|
|
18317
18295
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
18318
|
-
}))
|
|
18319
|
-
properties?: {
|
|
18320
|
-
assa_abloy_credential_service_metadata?: {
|
|
18321
|
-
has_active_endpoint: boolean;
|
|
18322
|
-
endpoints: Array<{
|
|
18323
|
-
endpoint_id: string;
|
|
18324
|
-
is_active: boolean;
|
|
18325
|
-
}>;
|
|
18326
|
-
} | undefined;
|
|
18327
|
-
} | undefined;
|
|
18328
|
-
};
|
|
18296
|
+
}));
|
|
18329
18297
|
/** Location information for the device. */
|
|
18330
18298
|
location: {
|
|
18331
18299
|
/** Name of the device location. */
|
|
@@ -18746,6 +18714,14 @@ interface Routes {
|
|
|
18746
18714
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
18747
18715
|
supports_offline_access_codes?: boolean | undefined;
|
|
18748
18716
|
} & {
|
|
18717
|
+
assa_abloy_credential_service_metadata?: ({
|
|
18718
|
+
has_active_endpoint: boolean;
|
|
18719
|
+
endpoints: Array<{
|
|
18720
|
+
endpoint_id: string;
|
|
18721
|
+
is_active: boolean;
|
|
18722
|
+
}>;
|
|
18723
|
+
} | undefined) | undefined;
|
|
18724
|
+
}) & {
|
|
18749
18725
|
august_metadata?: {
|
|
18750
18726
|
lock_id: string;
|
|
18751
18727
|
lock_name: string;
|
|
@@ -19112,17 +19088,7 @@ interface Routes {
|
|
|
19112
19088
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
19113
19089
|
max_cooling_set_point_celsius?: number | undefined;
|
|
19114
19090
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
19115
|
-
}))
|
|
19116
|
-
properties?: {
|
|
19117
|
-
assa_abloy_credential_service_metadata?: {
|
|
19118
|
-
has_active_endpoint: boolean;
|
|
19119
|
-
endpoints: Array<{
|
|
19120
|
-
endpoint_id: string;
|
|
19121
|
-
is_active: boolean;
|
|
19122
|
-
}>;
|
|
19123
|
-
} | undefined;
|
|
19124
|
-
} | undefined;
|
|
19125
|
-
};
|
|
19091
|
+
}));
|
|
19126
19092
|
/** Location information for the device. */
|
|
19127
19093
|
location: {
|
|
19128
19094
|
/** Name of the device location. */
|
|
@@ -19201,6 +19167,14 @@ interface Routes {
|
|
|
19201
19167
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
19202
19168
|
supports_offline_access_codes?: boolean | undefined;
|
|
19203
19169
|
} & {
|
|
19170
|
+
assa_abloy_credential_service_metadata?: ({
|
|
19171
|
+
has_active_endpoint: boolean;
|
|
19172
|
+
endpoints: Array<{
|
|
19173
|
+
endpoint_id: string;
|
|
19174
|
+
is_active: boolean;
|
|
19175
|
+
}>;
|
|
19176
|
+
} | undefined) | undefined;
|
|
19177
|
+
}) & {
|
|
19204
19178
|
august_metadata?: {
|
|
19205
19179
|
lock_id: string;
|
|
19206
19180
|
lock_name: string;
|
|
@@ -19567,17 +19541,7 @@ interface Routes {
|
|
|
19567
19541
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
19568
19542
|
max_cooling_set_point_celsius?: number | undefined;
|
|
19569
19543
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
19570
|
-
}))
|
|
19571
|
-
properties?: {
|
|
19572
|
-
assa_abloy_credential_service_metadata?: {
|
|
19573
|
-
has_active_endpoint: boolean;
|
|
19574
|
-
endpoints: Array<{
|
|
19575
|
-
endpoint_id: string;
|
|
19576
|
-
is_active: boolean;
|
|
19577
|
-
}>;
|
|
19578
|
-
} | undefined;
|
|
19579
|
-
} | undefined;
|
|
19580
|
-
};
|
|
19544
|
+
}));
|
|
19581
19545
|
/** Location information for the device. */
|
|
19582
19546
|
location: {
|
|
19583
19547
|
/** Name of the device location. */
|
|
@@ -19679,6 +19643,14 @@ interface Routes {
|
|
|
19679
19643
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
19680
19644
|
supports_offline_access_codes?: boolean | undefined;
|
|
19681
19645
|
} & {
|
|
19646
|
+
assa_abloy_credential_service_metadata?: ({
|
|
19647
|
+
has_active_endpoint: boolean;
|
|
19648
|
+
endpoints: Array<{
|
|
19649
|
+
endpoint_id: string;
|
|
19650
|
+
is_active: boolean;
|
|
19651
|
+
}>;
|
|
19652
|
+
} | undefined) | undefined;
|
|
19653
|
+
}) & {
|
|
19682
19654
|
august_metadata?: {
|
|
19683
19655
|
lock_id: string;
|
|
19684
19656
|
lock_name: string;
|
|
@@ -20045,17 +20017,7 @@ interface Routes {
|
|
|
20045
20017
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
20046
20018
|
max_cooling_set_point_celsius?: number | undefined;
|
|
20047
20019
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
20048
|
-
}))
|
|
20049
|
-
properties?: {
|
|
20050
|
-
assa_abloy_credential_service_metadata?: {
|
|
20051
|
-
has_active_endpoint: boolean;
|
|
20052
|
-
endpoints: Array<{
|
|
20053
|
-
endpoint_id: string;
|
|
20054
|
-
is_active: boolean;
|
|
20055
|
-
}>;
|
|
20056
|
-
} | undefined;
|
|
20057
|
-
} | undefined;
|
|
20058
|
-
};
|
|
20020
|
+
}));
|
|
20059
20021
|
/** Location information for the device. */
|
|
20060
20022
|
location: {
|
|
20061
20023
|
/** Name of the device location. */
|
|
@@ -20134,6 +20096,14 @@ interface Routes {
|
|
|
20134
20096
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
20135
20097
|
supports_offline_access_codes?: boolean | undefined;
|
|
20136
20098
|
} & {
|
|
20099
|
+
assa_abloy_credential_service_metadata?: ({
|
|
20100
|
+
has_active_endpoint: boolean;
|
|
20101
|
+
endpoints: Array<{
|
|
20102
|
+
endpoint_id: string;
|
|
20103
|
+
is_active: boolean;
|
|
20104
|
+
}>;
|
|
20105
|
+
} | undefined) | undefined;
|
|
20106
|
+
}) & {
|
|
20137
20107
|
august_metadata?: {
|
|
20138
20108
|
lock_id: string;
|
|
20139
20109
|
lock_name: string;
|
|
@@ -20500,17 +20470,7 @@ interface Routes {
|
|
|
20500
20470
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
20501
20471
|
max_cooling_set_point_celsius?: number | undefined;
|
|
20502
20472
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
20503
|
-
}))
|
|
20504
|
-
properties?: {
|
|
20505
|
-
assa_abloy_credential_service_metadata?: {
|
|
20506
|
-
has_active_endpoint: boolean;
|
|
20507
|
-
endpoints: Array<{
|
|
20508
|
-
endpoint_id: string;
|
|
20509
|
-
is_active: boolean;
|
|
20510
|
-
}>;
|
|
20511
|
-
} | undefined;
|
|
20512
|
-
} | undefined;
|
|
20513
|
-
};
|
|
20473
|
+
}));
|
|
20514
20474
|
/** Location information for the device. */
|
|
20515
20475
|
location: {
|
|
20516
20476
|
/** Name of the device location. */
|
|
@@ -21181,6 +21141,14 @@ interface Routes {
|
|
|
21181
21141
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
21182
21142
|
supports_offline_access_codes?: boolean | undefined;
|
|
21183
21143
|
} & {
|
|
21144
|
+
assa_abloy_credential_service_metadata?: ({
|
|
21145
|
+
has_active_endpoint: boolean;
|
|
21146
|
+
endpoints: Array<{
|
|
21147
|
+
endpoint_id: string;
|
|
21148
|
+
is_active: boolean;
|
|
21149
|
+
}>;
|
|
21150
|
+
} | undefined) | undefined;
|
|
21151
|
+
}) & {
|
|
21184
21152
|
august_metadata?: {
|
|
21185
21153
|
lock_id: string;
|
|
21186
21154
|
lock_name: string;
|
|
@@ -21547,17 +21515,7 @@ interface Routes {
|
|
|
21547
21515
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
21548
21516
|
max_cooling_set_point_celsius?: number | undefined;
|
|
21549
21517
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
21550
|
-
}))
|
|
21551
|
-
properties?: {
|
|
21552
|
-
assa_abloy_credential_service_metadata?: {
|
|
21553
|
-
has_active_endpoint: boolean;
|
|
21554
|
-
endpoints: Array<{
|
|
21555
|
-
endpoint_id: string;
|
|
21556
|
-
is_active: boolean;
|
|
21557
|
-
}>;
|
|
21558
|
-
} | undefined;
|
|
21559
|
-
} | undefined;
|
|
21560
|
-
};
|
|
21518
|
+
}));
|
|
21561
21519
|
/** Location information for the device. */
|
|
21562
21520
|
location: {
|
|
21563
21521
|
/** Name of the device location. */
|
|
@@ -21689,6 +21647,14 @@ interface Routes {
|
|
|
21689
21647
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
21690
21648
|
supports_offline_access_codes?: boolean | undefined;
|
|
21691
21649
|
} & {
|
|
21650
|
+
assa_abloy_credential_service_metadata?: ({
|
|
21651
|
+
has_active_endpoint: boolean;
|
|
21652
|
+
endpoints: Array<{
|
|
21653
|
+
endpoint_id: string;
|
|
21654
|
+
is_active: boolean;
|
|
21655
|
+
}>;
|
|
21656
|
+
} | undefined) | undefined;
|
|
21657
|
+
}) & {
|
|
21692
21658
|
august_metadata?: {
|
|
21693
21659
|
lock_id: string;
|
|
21694
21660
|
lock_name: string;
|
|
@@ -22055,17 +22021,7 @@ interface Routes {
|
|
|
22055
22021
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22056
22022
|
max_cooling_set_point_celsius?: number | undefined;
|
|
22057
22023
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22058
|
-
}))
|
|
22059
|
-
properties?: {
|
|
22060
|
-
assa_abloy_credential_service_metadata?: {
|
|
22061
|
-
has_active_endpoint: boolean;
|
|
22062
|
-
endpoints: Array<{
|
|
22063
|
-
endpoint_id: string;
|
|
22064
|
-
is_active: boolean;
|
|
22065
|
-
}>;
|
|
22066
|
-
} | undefined;
|
|
22067
|
-
} | undefined;
|
|
22068
|
-
};
|
|
22024
|
+
}));
|
|
22069
22025
|
/** Location information for the device. */
|
|
22070
22026
|
location: {
|
|
22071
22027
|
/** Name of the device location. */
|
|
@@ -22358,6 +22314,14 @@ interface Routes {
|
|
|
22358
22314
|
/** Deprecated. Use offline_access_codes_enabled. */
|
|
22359
22315
|
supports_offline_access_codes?: boolean | undefined;
|
|
22360
22316
|
} & {
|
|
22317
|
+
assa_abloy_credential_service_metadata?: ({
|
|
22318
|
+
has_active_endpoint: boolean;
|
|
22319
|
+
endpoints: Array<{
|
|
22320
|
+
endpoint_id: string;
|
|
22321
|
+
is_active: boolean;
|
|
22322
|
+
}>;
|
|
22323
|
+
} | undefined) | undefined;
|
|
22324
|
+
}) & {
|
|
22361
22325
|
august_metadata?: {
|
|
22362
22326
|
lock_id: string;
|
|
22363
22327
|
lock_name: string;
|
|
@@ -22724,17 +22688,7 @@ interface Routes {
|
|
|
22724
22688
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
22725
22689
|
max_cooling_set_point_celsius?: number | undefined;
|
|
22726
22690
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
22727
|
-
}))
|
|
22728
|
-
properties?: {
|
|
22729
|
-
assa_abloy_credential_service_metadata?: {
|
|
22730
|
-
has_active_endpoint: boolean;
|
|
22731
|
-
endpoints: Array<{
|
|
22732
|
-
endpoint_id: string;
|
|
22733
|
-
is_active: boolean;
|
|
22734
|
-
}>;
|
|
22735
|
-
} | undefined;
|
|
22736
|
-
} | undefined;
|
|
22737
|
-
};
|
|
22691
|
+
}));
|
|
22738
22692
|
/** Location information for the device. */
|
|
22739
22693
|
location: {
|
|
22740
22694
|
/** Name of the device location. */
|