zigbee-herdsman-converters 15.59.0 → 15.61.0
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/CHANGELOG.md +28 -0
- package/converters/toZigbee.d.ts +163 -157
- package/converters/toZigbee.d.ts.map +1 -1
- package/converters/toZigbee.js +30 -0
- package/converters/toZigbee.js.map +1 -1
- package/devices/candeo.js +1 -1
- package/devices/candeo.js.map +1 -1
- package/devices/develco.js +17 -0
- package/devices/develco.js.map +1 -1
- package/devices/halemeier.js +16 -0
- package/devices/halemeier.js.map +1 -1
- package/devices/hornbach.js +7 -0
- package/devices/hornbach.js.map +1 -1
- package/devices/legrand.js +27 -0
- package/devices/legrand.js.map +1 -1
- package/devices/namron.js +9 -0
- package/devices/namron.js.map +1 -1
- package/devices/onesti.js +1 -1
- package/devices/onesti.js.map +1 -1
- package/devices/philips.js +7 -0
- package/devices/philips.js.map +1 -1
- package/devices/tuya.js +6 -2
- package/devices/tuya.js.map +1 -1
- package/devices/vimar.js +1 -1
- package/devices/vimar.js.map +1 -1
- package/index.js +1 -1
- package/lib/exposes.d.ts.map +1 -1
- package/lib/exposes.js +31 -24
- package/lib/exposes.js.map +1 -1
- package/lib/ota/common.js.map +1 -1
- package/lib/utils.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [15.61.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.60.0...v15.61.0) (2023-08-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **add:** 13190230 ([#6100](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6100)) ([25af7ba](https://github.com/Koenkk/zigbee-herdsman-converters/commit/25af7ba13eb015f3c8703c5d634b2e69b006bfed))
|
|
9
|
+
* **add:** 4512764 ([#6101](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6101)) ([5f9c6a3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5f9c6a37b61062733f7ffbfb32851c03f83f1641))
|
|
10
|
+
* **add:** HA-ZBM-MW2 ([#6098](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6098)) ([ccc9591](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ccc9591d868f119d772853e6b4fe2210dce54068))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **detect:** Detect `_TYZB01_2jzbhombz` as SBDV-00029, `_TYZB01_ub7urdza` as SBDV-00032 and `_TYZB01_epni2jgy` as SBDV-00030 ([#6099](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6099)) ([36f18fb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/36f18fb614d3e682c27539de29958ee357e96677))
|
|
16
|
+
* **detect:** Detect `HK_DIM_A` as `HK-DIM-A` https://github.com/Koenkk/zigbee2mqtt/discussions/18634 ([05c8c04](https://github.com/Koenkk/zigbee-herdsman-converters/commit/05c8c047029c7e4d0ed073373428f4e7947d34d0))
|
|
17
|
+
* **detect:** Detect `NimlyTouch` as Onesti Products AS easyCodeTouch_v1 ([#6096](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6096)) ([bc58c71](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bc58c71d71bff895c7c089e233bc26387984dfc5))
|
|
18
|
+
* Disable unsupported `power_on_behaviour` for Vimar 03981. https://github.com/Koenkk/zigbee2mqtt/issues/18693 ([bf32ce2](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bf32ce2b74689328048b407e56ca936dc7a54a0b))
|
|
19
|
+
* Override labels in exposes ([#6102](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6102)) ([8aa90d8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8aa90d808f8b773489b2f06c5837bdb5c6884931))
|
|
20
|
+
|
|
21
|
+
## [15.60.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.59.0...v15.60.0) (2023-08-20)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* Add `scene_rename` command ([#6092](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6092)) ([bc696cf](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bc696cf421143d8c479476ff089e7fbb7e07d39a))
|
|
27
|
+
* **add:** 10454471 ([#6093](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6093)) ([47d1bc4](https://github.com/Koenkk/zigbee-herdsman-converters/commit/47d1bc4875ef0838c59c5e42b901e5b1f9f91024))
|
|
28
|
+
* **add:** 600087L ([#6090](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6090)) ([5264bd0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5264bd0cfae8491322bf6f0b0f8ae4fcf6d6e5f2))
|
|
29
|
+
* **add:** SBTZB-110 ([#6088](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6088)) ([7910e32](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7910e327589124055829be2e4af314d99f2b9e75))
|
|
30
|
+
|
|
3
31
|
## [15.59.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.58.1...v15.59.0) (2023-08-19)
|
|
4
32
|
|
|
5
33
|
|
package/converters/toZigbee.d.ts
CHANGED
|
@@ -2250,279 +2250,285 @@ export namespace scene_remove_all {
|
|
|
2250
2250
|
export function convertSet_181(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2251
2251
|
export { convertSet_181 as convertSet };
|
|
2252
2252
|
}
|
|
2253
|
-
export namespace
|
|
2253
|
+
export namespace scene_rename {
|
|
2254
2254
|
let key_228: string[];
|
|
2255
2255
|
export { key_228 as key };
|
|
2256
|
-
export function convertSet_182(entity: any, key: any, value: any, meta: any):
|
|
2256
|
+
export function convertSet_182(entity: any, key: any, value: any, meta: any): void;
|
|
2257
2257
|
export { convertSet_182 as convertSet };
|
|
2258
|
-
export function convertGet_172(entity: any, key: any, meta: any): Promise<void>;
|
|
2259
|
-
export { convertGet_172 as convertGet };
|
|
2260
2258
|
}
|
|
2261
|
-
export namespace
|
|
2259
|
+
export namespace TS0003_curtain_switch {
|
|
2262
2260
|
let key_229: string[];
|
|
2263
2261
|
export { key_229 as key };
|
|
2264
2262
|
export function convertSet_183(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2265
2263
|
export { convertSet_183 as convertSet };
|
|
2266
|
-
export function
|
|
2267
|
-
export {
|
|
2264
|
+
export function convertGet_172(entity: any, key: any, meta: any): Promise<void>;
|
|
2265
|
+
export { convertGet_172 as convertGet };
|
|
2268
2266
|
}
|
|
2269
|
-
export namespace
|
|
2267
|
+
export namespace ts0216_duration {
|
|
2270
2268
|
let key_230: string[];
|
|
2271
2269
|
export { key_230 as key };
|
|
2272
2270
|
export function convertSet_184(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2273
2271
|
export { convertSet_184 as convertSet };
|
|
2274
|
-
export function
|
|
2275
|
-
export {
|
|
2272
|
+
export function convertGet_173(entity: any, key: any, meta: any): Promise<void>;
|
|
2273
|
+
export { convertGet_173 as convertGet };
|
|
2276
2274
|
}
|
|
2277
|
-
export namespace
|
|
2275
|
+
export namespace ts0216_volume {
|
|
2278
2276
|
let key_231: string[];
|
|
2279
2277
|
export { key_231 as key };
|
|
2280
2278
|
export function convertSet_185(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2281
2279
|
export { convertSet_185 as convertSet };
|
|
2280
|
+
export function convertGet_174(entity: any, key: any, meta: any): Promise<void>;
|
|
2281
|
+
export { convertGet_174 as convertGet };
|
|
2282
2282
|
}
|
|
2283
|
-
export namespace
|
|
2283
|
+
export namespace ts0216_alarm {
|
|
2284
2284
|
let key_232: string[];
|
|
2285
2285
|
export { key_232 as key };
|
|
2286
|
-
export function convertSet_186(entity: any, key: any, value: any, meta: any): Promise<
|
|
2286
|
+
export function convertSet_186(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2287
|
+
export { convertSet_186 as convertSet };
|
|
2288
|
+
}
|
|
2289
|
+
export namespace tuya_cover_calibration {
|
|
2290
|
+
let key_233: string[];
|
|
2291
|
+
export { key_233 as key };
|
|
2292
|
+
export function convertSet_187(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2287
2293
|
state: {
|
|
2288
2294
|
calibration: any;
|
|
2289
2295
|
};
|
|
2290
2296
|
}>;
|
|
2291
|
-
export {
|
|
2297
|
+
export { convertSet_187 as convertSet };
|
|
2292
2298
|
export function convertGet_175(entity: any, key: any, meta: any): Promise<void>;
|
|
2293
2299
|
export { convertGet_175 as convertGet };
|
|
2294
2300
|
}
|
|
2295
2301
|
export namespace tuya_cover_reversal {
|
|
2296
|
-
let
|
|
2297
|
-
export {
|
|
2298
|
-
export function
|
|
2302
|
+
let key_234: string[];
|
|
2303
|
+
export { key_234 as key };
|
|
2304
|
+
export function convertSet_188(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2299
2305
|
state: {
|
|
2300
2306
|
motor_reversal: any;
|
|
2301
2307
|
};
|
|
2302
2308
|
}>;
|
|
2303
|
-
export {
|
|
2309
|
+
export { convertSet_188 as convertSet };
|
|
2304
2310
|
export function convertGet_176(entity: any, key: any, meta: any): Promise<void>;
|
|
2305
2311
|
export { convertGet_176 as convertGet };
|
|
2306
2312
|
}
|
|
2307
2313
|
export namespace moes_cover_calibration {
|
|
2308
|
-
let
|
|
2309
|
-
export {
|
|
2310
|
-
export function
|
|
2314
|
+
let key_235: string[];
|
|
2315
|
+
export { key_235 as key };
|
|
2316
|
+
export function convertSet_189(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2311
2317
|
state: {
|
|
2312
2318
|
calibration_time: any;
|
|
2313
2319
|
};
|
|
2314
2320
|
}>;
|
|
2315
|
-
export {
|
|
2321
|
+
export { convertSet_189 as convertSet };
|
|
2316
2322
|
export function convertGet_177(entity: any, key: any, meta: any): Promise<void>;
|
|
2317
2323
|
export { convertGet_177 as convertGet };
|
|
2318
2324
|
}
|
|
2319
2325
|
export namespace ZM35HQ_attr {
|
|
2320
|
-
let
|
|
2321
|
-
export {
|
|
2322
|
-
export function
|
|
2323
|
-
export {
|
|
2326
|
+
let key_236: string[];
|
|
2327
|
+
export { key_236 as key };
|
|
2328
|
+
export function convertSet_190(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2329
|
+
export { convertSet_190 as convertSet };
|
|
2324
2330
|
export function convertGet_178(entity: any, key: any, meta: any): Promise<void>;
|
|
2325
2331
|
export { convertGet_178 as convertGet };
|
|
2326
2332
|
}
|
|
2327
2333
|
export namespace TS0210_sensitivity {
|
|
2328
|
-
let
|
|
2329
|
-
export {
|
|
2330
|
-
export function
|
|
2334
|
+
let key_237: string[];
|
|
2335
|
+
export { key_237 as key };
|
|
2336
|
+
export function convertSet_191(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2331
2337
|
state: {
|
|
2332
2338
|
sensitivity: any;
|
|
2333
2339
|
};
|
|
2334
2340
|
}>;
|
|
2335
|
-
export {
|
|
2341
|
+
export { convertSet_191 as convertSet };
|
|
2336
2342
|
}
|
|
2337
2343
|
export namespace viessmann_window_open {
|
|
2338
|
-
let
|
|
2339
|
-
export {
|
|
2344
|
+
let key_238: string[];
|
|
2345
|
+
export { key_238 as key };
|
|
2340
2346
|
export function convertGet_179(entity: any, key: any, meta: any): Promise<void>;
|
|
2341
2347
|
export { convertGet_179 as convertGet };
|
|
2342
2348
|
}
|
|
2343
2349
|
export namespace viessmann_window_open_force {
|
|
2344
|
-
let
|
|
2345
|
-
export {
|
|
2346
|
-
export function
|
|
2350
|
+
let key_239: string[];
|
|
2351
|
+
export { key_239 as key };
|
|
2352
|
+
export function convertSet_192(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2347
2353
|
readAfterWriteTime: number;
|
|
2348
2354
|
state: {
|
|
2349
2355
|
window_open_force: boolean;
|
|
2350
2356
|
};
|
|
2351
2357
|
}>;
|
|
2352
|
-
export {
|
|
2358
|
+
export { convertSet_192 as convertSet };
|
|
2353
2359
|
export function convertGet_180(entity: any, key: any, meta: any): Promise<void>;
|
|
2354
2360
|
export { convertGet_180 as convertGet };
|
|
2355
2361
|
}
|
|
2356
2362
|
export namespace viessmann_assembly_mode {
|
|
2357
|
-
let
|
|
2358
|
-
export {
|
|
2363
|
+
let key_240: string[];
|
|
2364
|
+
export { key_240 as key };
|
|
2359
2365
|
export function convertGet_181(entity: any, key: any, meta: any): Promise<void>;
|
|
2360
2366
|
export { convertGet_181 as convertGet };
|
|
2361
2367
|
}
|
|
2362
2368
|
export namespace dawondns_only_off {
|
|
2363
|
-
let
|
|
2364
|
-
export {
|
|
2365
|
-
export function
|
|
2366
|
-
export {
|
|
2369
|
+
let key_241: string[];
|
|
2370
|
+
export { key_241 as key };
|
|
2371
|
+
export function convertSet_193(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2372
|
+
export { convertSet_193 as convertSet };
|
|
2367
2373
|
export function convertGet_182(entity: any, key: any, meta: any): Promise<void>;
|
|
2368
2374
|
export { convertGet_182 as convertGet };
|
|
2369
2375
|
}
|
|
2370
2376
|
export namespace idlock_master_pin_mode {
|
|
2371
|
-
let
|
|
2372
|
-
export {
|
|
2373
|
-
export function
|
|
2377
|
+
let key_242: string[];
|
|
2378
|
+
export { key_242 as key };
|
|
2379
|
+
export function convertSet_194(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2374
2380
|
state: {
|
|
2375
2381
|
master_pin_mode: any;
|
|
2376
2382
|
};
|
|
2377
2383
|
}>;
|
|
2378
|
-
export {
|
|
2384
|
+
export { convertSet_194 as convertSet };
|
|
2379
2385
|
export function convertGet_183(entity: any, key: any, meta: any): Promise<void>;
|
|
2380
2386
|
export { convertGet_183 as convertGet };
|
|
2381
2387
|
}
|
|
2382
2388
|
export namespace idlock_rfid_enable {
|
|
2383
|
-
let
|
|
2384
|
-
export {
|
|
2385
|
-
export function
|
|
2389
|
+
let key_243: string[];
|
|
2390
|
+
export { key_243 as key };
|
|
2391
|
+
export function convertSet_195(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2386
2392
|
state: {
|
|
2387
2393
|
rfid_enable: any;
|
|
2388
2394
|
};
|
|
2389
2395
|
}>;
|
|
2390
|
-
export {
|
|
2396
|
+
export { convertSet_195 as convertSet };
|
|
2391
2397
|
export function convertGet_184(entity: any, key: any, meta: any): Promise<void>;
|
|
2392
2398
|
export { convertGet_184 as convertGet };
|
|
2393
2399
|
}
|
|
2394
2400
|
export namespace idlock_service_mode {
|
|
2395
|
-
let
|
|
2396
|
-
export {
|
|
2397
|
-
export function
|
|
2401
|
+
let key_244: string[];
|
|
2402
|
+
export { key_244 as key };
|
|
2403
|
+
export function convertSet_196(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2398
2404
|
state: {
|
|
2399
2405
|
service_mode: any;
|
|
2400
2406
|
};
|
|
2401
2407
|
}>;
|
|
2402
|
-
export {
|
|
2408
|
+
export { convertSet_196 as convertSet };
|
|
2403
2409
|
export function convertGet_185(entity: any, key: any, meta: any): Promise<void>;
|
|
2404
2410
|
export { convertGet_185 as convertGet };
|
|
2405
2411
|
}
|
|
2406
2412
|
export namespace idlock_lock_mode {
|
|
2407
|
-
let
|
|
2408
|
-
export {
|
|
2409
|
-
export function
|
|
2413
|
+
let key_245: string[];
|
|
2414
|
+
export { key_245 as key };
|
|
2415
|
+
export function convertSet_197(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2410
2416
|
state: {
|
|
2411
2417
|
lock_mode: any;
|
|
2412
2418
|
};
|
|
2413
2419
|
}>;
|
|
2414
|
-
export {
|
|
2420
|
+
export { convertSet_197 as convertSet };
|
|
2415
2421
|
export function convertGet_186(entity: any, key: any, meta: any): Promise<void>;
|
|
2416
2422
|
export { convertGet_186 as convertGet };
|
|
2417
2423
|
}
|
|
2418
2424
|
export namespace idlock_relock_enabled {
|
|
2419
|
-
let
|
|
2420
|
-
export {
|
|
2421
|
-
export function
|
|
2425
|
+
let key_246: string[];
|
|
2426
|
+
export { key_246 as key };
|
|
2427
|
+
export function convertSet_198(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2422
2428
|
state: {
|
|
2423
2429
|
relock_enabled: any;
|
|
2424
2430
|
};
|
|
2425
2431
|
}>;
|
|
2426
|
-
export {
|
|
2432
|
+
export { convertSet_198 as convertSet };
|
|
2427
2433
|
export function convertGet_187(entity: any, key: any, meta: any): Promise<void>;
|
|
2428
2434
|
export { convertGet_187 as convertGet };
|
|
2429
2435
|
}
|
|
2430
2436
|
export namespace schneider_pilot_mode {
|
|
2431
|
-
let
|
|
2432
|
-
export {
|
|
2433
|
-
export function
|
|
2437
|
+
let key_247: string[];
|
|
2438
|
+
export { key_247 as key };
|
|
2439
|
+
export function convertSet_199(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2434
2440
|
state: {
|
|
2435
2441
|
schneider_pilot_mode: any;
|
|
2436
2442
|
};
|
|
2437
2443
|
}>;
|
|
2438
|
-
export {
|
|
2444
|
+
export { convertSet_199 as convertSet };
|
|
2439
2445
|
export function convertGet_188(entity: any, key: any, meta: any): Promise<void>;
|
|
2440
2446
|
export { convertGet_188 as convertGet };
|
|
2441
2447
|
}
|
|
2442
2448
|
export namespace schneider_dimmer_mode {
|
|
2443
|
-
let
|
|
2444
|
-
export {
|
|
2445
|
-
export function
|
|
2449
|
+
let key_248: string[];
|
|
2450
|
+
export { key_248 as key };
|
|
2451
|
+
export function convertSet_200(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2446
2452
|
state: {
|
|
2447
2453
|
dimmer_mode: any;
|
|
2448
2454
|
};
|
|
2449
2455
|
}>;
|
|
2450
|
-
export {
|
|
2456
|
+
export { convertSet_200 as convertSet };
|
|
2451
2457
|
export function convertGet_189(entity: any, key: any, meta: any): Promise<void>;
|
|
2452
2458
|
export { convertGet_189 as convertGet };
|
|
2453
2459
|
}
|
|
2454
2460
|
export namespace wiser_dimmer_mode {
|
|
2455
|
-
let
|
|
2456
|
-
export {
|
|
2457
|
-
export function
|
|
2461
|
+
let key_249: string[];
|
|
2462
|
+
export { key_249 as key };
|
|
2463
|
+
export function convertSet_201(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2458
2464
|
state: {
|
|
2459
2465
|
dimmer_mode: any;
|
|
2460
2466
|
};
|
|
2461
2467
|
}>;
|
|
2462
|
-
export {
|
|
2468
|
+
export { convertSet_201 as convertSet };
|
|
2463
2469
|
export function convertGet_190(entity: any, key: any, meta: any): Promise<void>;
|
|
2464
2470
|
export { convertGet_190 as convertGet };
|
|
2465
2471
|
}
|
|
2466
2472
|
export namespace schneider_temperature_measured_value {
|
|
2467
|
-
let key_249: string[];
|
|
2468
|
-
export { key_249 as key };
|
|
2469
|
-
export function convertSet_201(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2470
|
-
export { convertSet_201 as convertSet };
|
|
2471
|
-
}
|
|
2472
|
-
export namespace schneider_thermostat_system_mode {
|
|
2473
2473
|
let key_250: string[];
|
|
2474
2474
|
export { key_250 as key };
|
|
2475
|
-
export function convertSet_202(entity: any, key: any, value: any, meta: any): Promise<
|
|
2476
|
-
state: {
|
|
2477
|
-
system_mode: any;
|
|
2478
|
-
};
|
|
2479
|
-
}>;
|
|
2475
|
+
export function convertSet_202(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2480
2476
|
export { convertSet_202 as convertSet };
|
|
2481
2477
|
}
|
|
2482
|
-
export namespace
|
|
2478
|
+
export namespace schneider_thermostat_system_mode {
|
|
2483
2479
|
let key_251: string[];
|
|
2484
2480
|
export { key_251 as key };
|
|
2485
2481
|
export function convertSet_203(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2486
2482
|
state: {
|
|
2487
|
-
|
|
2483
|
+
system_mode: any;
|
|
2488
2484
|
};
|
|
2489
2485
|
}>;
|
|
2490
2486
|
export { convertSet_203 as convertSet };
|
|
2491
2487
|
}
|
|
2492
|
-
export namespace
|
|
2488
|
+
export namespace schneider_thermostat_occupied_heating_setpoint {
|
|
2493
2489
|
let key_252: string[];
|
|
2494
2490
|
export { key_252 as key };
|
|
2495
2491
|
export function convertSet_204(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2496
2492
|
state: {
|
|
2497
|
-
|
|
2493
|
+
occupied_heating_setpoint: any;
|
|
2498
2494
|
};
|
|
2499
2495
|
}>;
|
|
2500
2496
|
export { convertSet_204 as convertSet };
|
|
2501
2497
|
}
|
|
2502
|
-
export namespace
|
|
2498
|
+
export namespace schneider_thermostat_control_sequence_of_operation {
|
|
2503
2499
|
let key_253: string[];
|
|
2504
2500
|
export { key_253 as key };
|
|
2505
2501
|
export function convertSet_205(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2506
2502
|
state: {
|
|
2507
|
-
|
|
2503
|
+
control_sequence_of_operation: any;
|
|
2508
2504
|
};
|
|
2509
2505
|
}>;
|
|
2510
2506
|
export { convertSet_205 as convertSet };
|
|
2511
2507
|
}
|
|
2512
|
-
export namespace
|
|
2508
|
+
export namespace schneider_thermostat_pi_heating_demand {
|
|
2513
2509
|
let key_254: string[];
|
|
2514
2510
|
export { key_254 as key };
|
|
2515
2511
|
export function convertSet_206(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2516
2512
|
state: {
|
|
2517
|
-
|
|
2513
|
+
pi_heating_demand: any;
|
|
2518
2514
|
};
|
|
2519
2515
|
}>;
|
|
2520
2516
|
export { convertSet_206 as convertSet };
|
|
2521
2517
|
}
|
|
2522
|
-
export namespace
|
|
2518
|
+
export namespace schneider_thermostat_keypad_lockout {
|
|
2523
2519
|
let key_255: string[];
|
|
2524
2520
|
export { key_255 as key };
|
|
2525
2521
|
export function convertSet_207(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2522
|
+
state: {
|
|
2523
|
+
keypad_lockout: any;
|
|
2524
|
+
};
|
|
2525
|
+
}>;
|
|
2526
|
+
export { convertSet_207 as convertSet };
|
|
2527
|
+
}
|
|
2528
|
+
export namespace ZNCJMB14LM {
|
|
2529
|
+
let key_256: string[];
|
|
2530
|
+
export { key_256 as key };
|
|
2531
|
+
export function convertSet_208(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2526
2532
|
state: {
|
|
2527
2533
|
theme: any;
|
|
2528
2534
|
standby_enabled?: undefined;
|
|
@@ -2733,182 +2739,182 @@ export namespace ZNCJMB14LM {
|
|
|
2733
2739
|
} | {
|
|
2734
2740
|
state: {};
|
|
2735
2741
|
}>;
|
|
2736
|
-
export {
|
|
2742
|
+
export { convertSet_208 as convertSet };
|
|
2737
2743
|
}
|
|
2738
2744
|
export namespace ZNCLBL01LM_hooks_lock {
|
|
2739
|
-
let
|
|
2740
|
-
export {
|
|
2741
|
-
export function
|
|
2745
|
+
let key_257: string[];
|
|
2746
|
+
export { key_257 as key };
|
|
2747
|
+
export function convertSet_209(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2742
2748
|
state: {
|
|
2743
2749
|
[x: number]: any;
|
|
2744
2750
|
};
|
|
2745
2751
|
}>;
|
|
2746
|
-
export {
|
|
2752
|
+
export { convertSet_209 as convertSet };
|
|
2747
2753
|
}
|
|
2748
2754
|
export namespace ZNCLBL01LM_hooks_state {
|
|
2749
|
-
let
|
|
2750
|
-
export {
|
|
2755
|
+
let key_258: string[];
|
|
2756
|
+
export { key_258 as key };
|
|
2751
2757
|
export function convertGet_191(entity: any, key: any, meta: any): Promise<void>;
|
|
2752
2758
|
export { convertGet_191 as convertGet };
|
|
2753
2759
|
}
|
|
2754
2760
|
export namespace ZNCLBL01LM_hand_open {
|
|
2755
|
-
let key_258: string[];
|
|
2756
|
-
export { key_258 as key };
|
|
2757
|
-
export function convertSet_209(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2758
|
-
export { convertSet_209 as convertSet };
|
|
2759
|
-
export function convertGet_192(entity: any, key: any, meta: any): Promise<void>;
|
|
2760
|
-
export { convertGet_192 as convertGet };
|
|
2761
|
-
}
|
|
2762
|
-
export namespace ZNCLBL01LM_limits_calibration {
|
|
2763
2761
|
let key_259: string[];
|
|
2764
2762
|
export { key_259 as key };
|
|
2765
2763
|
export function convertSet_210(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2766
2764
|
export { convertSet_210 as convertSet };
|
|
2765
|
+
export function convertGet_192(entity: any, key: any, meta: any): Promise<void>;
|
|
2766
|
+
export { convertGet_192 as convertGet };
|
|
2767
2767
|
}
|
|
2768
|
-
export namespace
|
|
2768
|
+
export namespace ZNCLBL01LM_limits_calibration {
|
|
2769
2769
|
let key_260: string[];
|
|
2770
2770
|
export { key_260 as key };
|
|
2771
|
-
export function convertSet_211(entity: any, key: any, value: any, meta: any): Promise<
|
|
2772
|
-
state: {
|
|
2773
|
-
fip_setting: any;
|
|
2774
|
-
};
|
|
2775
|
-
}>;
|
|
2771
|
+
export function convertSet_211(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2776
2772
|
export { convertSet_211 as convertSet };
|
|
2777
|
-
export function convertGet_193(entity: any, key: any, meta: any): Promise<void>;
|
|
2778
|
-
export { convertGet_193 as convertGet };
|
|
2779
2773
|
}
|
|
2780
|
-
export namespace
|
|
2774
|
+
export namespace wiser_fip_setting {
|
|
2781
2775
|
let key_261: string[];
|
|
2782
2776
|
export { key_261 as key };
|
|
2783
2777
|
export function convertSet_212(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2784
2778
|
state: {
|
|
2785
|
-
|
|
2779
|
+
fip_setting: any;
|
|
2786
2780
|
};
|
|
2787
2781
|
}>;
|
|
2788
2782
|
export { convertSet_212 as convertSet };
|
|
2789
|
-
export function
|
|
2790
|
-
export {
|
|
2783
|
+
export function convertGet_193(entity: any, key: any, meta: any): Promise<void>;
|
|
2784
|
+
export { convertGet_193 as convertGet };
|
|
2791
2785
|
}
|
|
2792
|
-
export namespace
|
|
2786
|
+
export namespace wiser_hact_config {
|
|
2793
2787
|
let key_262: string[];
|
|
2794
2788
|
export { key_262 as key };
|
|
2795
2789
|
export function convertSet_213(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2796
2790
|
state: {
|
|
2797
|
-
|
|
2791
|
+
hact_config: any;
|
|
2798
2792
|
};
|
|
2799
2793
|
}>;
|
|
2800
2794
|
export { convertSet_213 as convertSet };
|
|
2801
|
-
export function
|
|
2802
|
-
export {
|
|
2795
|
+
export function convertGet_194(entity: any, key: any, meta: any): Promise<void>;
|
|
2796
|
+
export { convertGet_194 as convertGet };
|
|
2803
2797
|
}
|
|
2804
|
-
export namespace
|
|
2798
|
+
export namespace wiser_zone_mode {
|
|
2805
2799
|
let key_263: string[];
|
|
2806
2800
|
export { key_263 as key };
|
|
2807
2801
|
export function convertSet_214(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2808
2802
|
state: {
|
|
2809
|
-
|
|
2803
|
+
zone_mode: any;
|
|
2810
2804
|
};
|
|
2811
2805
|
}>;
|
|
2812
2806
|
export { convertSet_214 as convertSet };
|
|
2807
|
+
export function convertGet_195(entity: any, key: any, meta: any): Promise<void>;
|
|
2808
|
+
export { convertGet_195 as convertGet };
|
|
2813
2809
|
}
|
|
2814
|
-
export namespace
|
|
2810
|
+
export namespace wiser_vact_calibrate_valve {
|
|
2815
2811
|
let key_264: string[];
|
|
2816
2812
|
export { key_264 as key };
|
|
2817
2813
|
export function convertSet_215(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2818
2814
|
state: {
|
|
2819
|
-
|
|
2815
|
+
calibrate_valve: any;
|
|
2820
2816
|
};
|
|
2821
2817
|
}>;
|
|
2822
2818
|
export { convertSet_215 as convertSet };
|
|
2823
2819
|
}
|
|
2824
|
-
export namespace
|
|
2820
|
+
export namespace wiser_sed_zone_mode {
|
|
2825
2821
|
let key_265: string[];
|
|
2826
2822
|
export { key_265 as key };
|
|
2827
2823
|
export function convertSet_216(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2828
2824
|
state: {
|
|
2829
|
-
|
|
2825
|
+
zone_mode: any;
|
|
2830
2826
|
};
|
|
2831
2827
|
}>;
|
|
2832
2828
|
export { convertSet_216 as convertSet };
|
|
2833
2829
|
}
|
|
2834
|
-
export namespace
|
|
2830
|
+
export namespace wiser_sed_occupied_heating_setpoint {
|
|
2835
2831
|
let key_266: string[];
|
|
2836
2832
|
export { key_266 as key };
|
|
2837
2833
|
export function convertSet_217(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2838
2834
|
state: {
|
|
2839
|
-
|
|
2835
|
+
occupied_heating_setpoint: any;
|
|
2840
2836
|
};
|
|
2841
2837
|
}>;
|
|
2842
2838
|
export { convertSet_217 as convertSet };
|
|
2843
2839
|
}
|
|
2844
|
-
export namespace
|
|
2840
|
+
export namespace wiser_sed_thermostat_local_temperature_calibration {
|
|
2845
2841
|
let key_267: string[];
|
|
2846
2842
|
export { key_267 as key };
|
|
2847
2843
|
export function convertSet_218(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2848
2844
|
state: {
|
|
2849
|
-
|
|
2845
|
+
local_temperature_calibration: any;
|
|
2850
2846
|
};
|
|
2851
2847
|
}>;
|
|
2852
2848
|
export { convertSet_218 as convertSet };
|
|
2853
2849
|
}
|
|
2854
|
-
export namespace
|
|
2850
|
+
export namespace wiser_sed_thermostat_keypad_lockout {
|
|
2855
2851
|
let key_268: string[];
|
|
2856
2852
|
export { key_268 as key };
|
|
2857
|
-
export function convertSet_219(entity: any, key: any, value: any, meta: any): Promise<
|
|
2853
|
+
export function convertSet_219(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2854
|
+
state: {
|
|
2855
|
+
keypad_lockout: any;
|
|
2856
|
+
};
|
|
2857
|
+
}>;
|
|
2858
2858
|
export { convertSet_219 as convertSet };
|
|
2859
|
+
}
|
|
2860
|
+
export namespace sihas_set_people {
|
|
2861
|
+
let key_269: string[];
|
|
2862
|
+
export { key_269 as key };
|
|
2863
|
+
export function convertSet_220(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2864
|
+
export { convertSet_220 as convertSet };
|
|
2859
2865
|
export function convertGet_196(entity: any, key: any, meta: any): Promise<void>;
|
|
2860
2866
|
export { convertGet_196 as convertGet };
|
|
2861
2867
|
}
|
|
2862
2868
|
export namespace tuya_operation_mode {
|
|
2863
|
-
let
|
|
2864
|
-
export {
|
|
2865
|
-
export function
|
|
2869
|
+
let key_270: string[];
|
|
2870
|
+
export { key_270 as key };
|
|
2871
|
+
export function convertSet_221(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2866
2872
|
state: {
|
|
2867
2873
|
operation_mode: any;
|
|
2868
2874
|
};
|
|
2869
2875
|
}>;
|
|
2870
|
-
export {
|
|
2876
|
+
export { convertSet_221 as convertSet };
|
|
2871
2877
|
export function convertGet_197(entity: any, key: any, meta: any): Promise<void>;
|
|
2872
2878
|
export { convertGet_197 as convertGet };
|
|
2873
2879
|
}
|
|
2874
2880
|
export namespace xiaomi_switch_click_mode {
|
|
2875
|
-
let
|
|
2876
|
-
export {
|
|
2877
|
-
export function
|
|
2881
|
+
let key_271: string[];
|
|
2882
|
+
export { key_271 as key };
|
|
2883
|
+
export function convertSet_222(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2878
2884
|
state: {
|
|
2879
2885
|
click_mode: any;
|
|
2880
2886
|
};
|
|
2881
2887
|
}>;
|
|
2882
|
-
export {
|
|
2888
|
+
export { convertSet_222 as convertSet };
|
|
2883
2889
|
export function convertGet_198(entity: any, key: any, meta: any): Promise<void>;
|
|
2884
2890
|
export { convertGet_198 as convertGet };
|
|
2885
2891
|
}
|
|
2886
2892
|
export namespace led_on_motion {
|
|
2887
|
-
let
|
|
2888
|
-
export {
|
|
2889
|
-
export function
|
|
2893
|
+
let key_272: string[];
|
|
2894
|
+
export { key_272 as key };
|
|
2895
|
+
export function convertSet_223(entity: any, key: any, value: any, meta: any): Promise<{
|
|
2890
2896
|
state: {
|
|
2891
2897
|
led_on_motion: any;
|
|
2892
2898
|
};
|
|
2893
2899
|
}>;
|
|
2894
|
-
export {
|
|
2900
|
+
export { convertSet_223 as convertSet };
|
|
2895
2901
|
export function convertGet_199(entity: any, key: any, meta: any): Promise<void>;
|
|
2896
2902
|
export { convertGet_199 as convertGet };
|
|
2897
2903
|
}
|
|
2898
2904
|
export namespace ignore_transition {
|
|
2899
|
-
let
|
|
2900
|
-
export {
|
|
2905
|
+
let key_273: string[];
|
|
2906
|
+
export { key_273 as key };
|
|
2901
2907
|
export let attr: any[];
|
|
2902
|
-
export function
|
|
2903
|
-
export {
|
|
2908
|
+
export function convertSet_224(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2909
|
+
export { convertSet_224 as convertSet };
|
|
2904
2910
|
}
|
|
2905
2911
|
export namespace ignore_rate {
|
|
2906
|
-
let
|
|
2907
|
-
export {
|
|
2912
|
+
let key_274: string[];
|
|
2913
|
+
export { key_274 as key };
|
|
2908
2914
|
let attr_1: any[];
|
|
2909
2915
|
export { attr_1 as attr };
|
|
2910
|
-
export function
|
|
2911
|
-
export {
|
|
2916
|
+
export function convertSet_225(entity: any, key: any, value: any, meta: any): Promise<void>;
|
|
2917
|
+
export { convertSet_225 as convertSet };
|
|
2912
2918
|
}
|
|
2913
2919
|
export function __clearStore__(): void;
|
|
2914
2920
|
//# sourceMappingURL=toZigbee.d.ts.map
|