@seamapi/types 1.222.0 → 1.224.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.
@@ -531,7 +531,7 @@ declare const _default: {
531
531
  description: string;
532
532
  items: {
533
533
  description: string;
534
- oneOf: {
534
+ oneOf: ({
535
535
  description: string;
536
536
  properties: {
537
537
  created_at: {
@@ -551,7 +551,27 @@ declare const _default: {
551
551
  };
552
552
  required: string[];
553
553
  type: string;
554
- }[];
554
+ } | {
555
+ properties: {
556
+ created_at: {
557
+ description: string;
558
+ format: string;
559
+ type: string;
560
+ };
561
+ error_code: {
562
+ description: string;
563
+ enum: string[];
564
+ type: string;
565
+ };
566
+ message: {
567
+ description: string;
568
+ type: string;
569
+ };
570
+ };
571
+ required: string[];
572
+ type: string;
573
+ description?: never;
574
+ })[];
555
575
  };
556
576
  type: string;
557
577
  };
@@ -603,12 +623,29 @@ declare const _default: {
603
623
  type: string;
604
624
  };
605
625
  warnings: {
626
+ description: string;
606
627
  items: {
607
- properties: {};
628
+ description: string;
629
+ properties: {
630
+ created_at: {
631
+ description: string;
632
+ format: string;
633
+ type: string;
634
+ };
635
+ message: {
636
+ description: string;
637
+ type: string;
638
+ };
639
+ warning_code: {
640
+ description: string;
641
+ enum: string[];
642
+ type: string;
643
+ };
644
+ };
645
+ required: string[];
608
646
  type: string;
609
647
  };
610
648
  type: string;
611
- 'x-undocumented': string;
612
649
  };
613
650
  workspace_id: {
614
651
  description: string;
@@ -2255,670 +2292,265 @@ declare const _default: {
2255
2292
  supports_backup_access_code_pool: {
2256
2293
  type: string;
2257
2294
  };
2295
+ active_climate_setting_schedule?: never;
2296
+ available_hvac_mode_settings?: never;
2297
+ can_enable_automatic_cooling?: never;
2298
+ can_enable_automatic_heating?: never;
2299
+ current_climate_setting?: never;
2300
+ default_climate_setting?: never;
2301
+ fan_mode_setting?: never;
2302
+ is_climate_setting_schedule_active?: never;
2303
+ is_cooling?: never;
2304
+ is_fan_running?: never;
2305
+ is_heating?: never;
2306
+ is_temporary_manual_override_active?: never;
2307
+ max_cooling_set_point_celsius?: never;
2308
+ max_cooling_set_point_fahrenheit?: never;
2309
+ max_heating_set_point_celsius?: never;
2310
+ max_heating_set_point_fahrenheit?: never;
2311
+ min_cooling_set_point_celsius?: never;
2312
+ min_cooling_set_point_fahrenheit?: never;
2313
+ min_heating_cooling_delta_celsius?: never;
2314
+ min_heating_cooling_delta_fahrenheit?: never;
2315
+ min_heating_set_point_celsius?: never;
2316
+ min_heating_set_point_fahrenheit?: never;
2317
+ relative_humidity?: never;
2318
+ temperature_celsius?: never;
2319
+ temperature_fahrenheit?: never;
2258
2320
  };
2259
2321
  type: string;
2260
- oneOf?: never;
2261
2322
  } | {
2262
- oneOf: ({
2263
- properties: {
2264
- active_climate_setting_schedule: {
2265
- properties: {
2266
- automatic_cooling_enabled: {
2267
- type: string;
2268
- };
2269
- automatic_heating_enabled: {
2270
- type: string;
2271
- };
2272
- climate_setting_schedule_id: {
2273
- format: string;
2274
- type: string;
2275
- };
2276
- cooling_set_point_celsius: {
2277
- format: string;
2278
- type: string;
2279
- };
2280
- cooling_set_point_fahrenheit: {
2281
- format: string;
2282
- type: string;
2283
- };
2284
- created_at: {
2285
- format: string;
2286
- type: string;
2287
- };
2288
- device_id: {
2289
- format: string;
2290
- type: string;
2291
- };
2292
- errors: {
2293
- description: string;
2294
- };
2295
- heating_set_point_celsius: {
2296
- format: string;
2297
- type: string;
2298
- };
2299
- heating_set_point_fahrenheit: {
2300
- format: string;
2301
- type: string;
2302
- };
2303
- hvac_mode_setting: {
2304
- enum: string[];
2305
- type: string;
2306
- };
2307
- manual_override_allowed: {
2308
- type: string;
2309
- };
2310
- name: {
2311
- type: string;
2312
- };
2313
- schedule_ends_at: {
2314
- type: string;
2315
- };
2316
- schedule_starts_at: {
2317
- type: string;
2318
- };
2319
- schedule_type: {
2320
- enum: string[];
2321
- type: string;
2322
- };
2323
+ properties: {
2324
+ active_climate_setting_schedule: {
2325
+ properties: {
2326
+ automatic_cooling_enabled: {
2327
+ type: string;
2323
2328
  };
2324
- required: string[];
2325
- type: string;
2326
- };
2327
- available_hvac_mode_settings: {
2328
- items: {
2329
+ automatic_heating_enabled: {
2330
+ type: string;
2331
+ };
2332
+ climate_setting_schedule_id: {
2333
+ format: string;
2334
+ type: string;
2335
+ };
2336
+ cooling_set_point_celsius: {
2337
+ format: string;
2338
+ type: string;
2339
+ };
2340
+ cooling_set_point_fahrenheit: {
2341
+ format: string;
2342
+ type: string;
2343
+ };
2344
+ created_at: {
2345
+ format: string;
2346
+ type: string;
2347
+ };
2348
+ device_id: {
2349
+ format: string;
2350
+ type: string;
2351
+ };
2352
+ errors: {
2353
+ description: string;
2354
+ };
2355
+ heating_set_point_celsius: {
2356
+ format: string;
2357
+ type: string;
2358
+ };
2359
+ heating_set_point_fahrenheit: {
2360
+ format: string;
2361
+ type: string;
2362
+ };
2363
+ hvac_mode_setting: {
2329
2364
  enum: string[];
2330
2365
  type: string;
2331
2366
  };
2332
- type: string;
2333
- };
2334
- can_enable_automatic_cooling: {
2335
- type: string;
2336
- };
2337
- can_enable_automatic_heating: {
2338
- type: string;
2339
- };
2340
- current_climate_setting: {
2341
- properties: {
2342
- automatic_cooling_enabled: {
2343
- type: string;
2344
- };
2345
- automatic_heating_enabled: {
2346
- type: string;
2347
- };
2348
- cooling_set_point_celsius: {
2349
- format: string;
2350
- type: string;
2351
- };
2352
- cooling_set_point_fahrenheit: {
2353
- format: string;
2354
- type: string;
2355
- };
2356
- heating_set_point_celsius: {
2357
- format: string;
2358
- type: string;
2359
- };
2360
- heating_set_point_fahrenheit: {
2361
- format: string;
2362
- type: string;
2363
- };
2364
- hvac_mode_setting: {
2365
- enum: string[];
2366
- type: string;
2367
- };
2368
- manual_override_allowed: {
2369
- type: string;
2370
- };
2367
+ manual_override_allowed: {
2368
+ type: string;
2371
2369
  };
2372
- required: string[];
2373
- type: string;
2374
- };
2375
- default_climate_setting: {
2376
- properties: {
2377
- automatic_cooling_enabled: {
2378
- type: string;
2379
- };
2380
- automatic_heating_enabled: {
2381
- type: string;
2382
- };
2383
- cooling_set_point_celsius: {
2384
- format: string;
2385
- type: string;
2386
- };
2387
- cooling_set_point_fahrenheit: {
2388
- format: string;
2389
- type: string;
2390
- };
2391
- heating_set_point_celsius: {
2392
- format: string;
2393
- type: string;
2394
- };
2395
- heating_set_point_fahrenheit: {
2396
- format: string;
2397
- type: string;
2398
- };
2399
- hvac_mode_setting: {
2400
- enum: string[];
2401
- type: string;
2402
- };
2403
- manual_override_allowed: {
2404
- type: string;
2405
- };
2370
+ name: {
2371
+ type: string;
2372
+ };
2373
+ schedule_ends_at: {
2374
+ type: string;
2375
+ };
2376
+ schedule_starts_at: {
2377
+ type: string;
2378
+ };
2379
+ schedule_type: {
2380
+ enum: string[];
2381
+ type: string;
2406
2382
  };
2407
- required: string[];
2408
- type: string;
2409
2383
  };
2410
- fan_mode_setting: {
2384
+ required: string[];
2385
+ type: string;
2386
+ };
2387
+ available_hvac_mode_settings: {
2388
+ items: {
2411
2389
  enum: string[];
2412
2390
  type: string;
2413
2391
  };
2414
- is_climate_setting_schedule_active: {
2415
- type: string;
2416
- };
2417
- is_cooling: {
2418
- type: string;
2419
- };
2420
- is_cooling_available: {
2421
- enum: boolean[];
2422
- type: string;
2423
- };
2424
- is_fan_running: {
2425
- type: string;
2426
- };
2427
- is_heating: {
2428
- type: string;
2429
- };
2430
- is_heating_available: {
2431
- enum: boolean[];
2432
- type: string;
2433
- };
2434
- is_temporary_manual_override_active: {
2435
- type: string;
2436
- };
2437
- max_cooling_set_point_celsius: {
2438
- format: string;
2439
- type: string;
2440
- };
2441
- max_cooling_set_point_fahrenheit: {
2442
- format: string;
2443
- type: string;
2444
- };
2445
- max_heating_set_point_celsius: {
2446
- format: string;
2447
- type: string;
2448
- };
2449
- max_heating_set_point_fahrenheit: {
2450
- format: string;
2451
- type: string;
2452
- };
2453
- min_cooling_set_point_celsius: {
2454
- format: string;
2455
- type: string;
2456
- };
2457
- min_cooling_set_point_fahrenheit: {
2458
- format: string;
2459
- type: string;
2460
- };
2461
- min_heating_cooling_delta_celsius: {
2462
- format: string;
2463
- type: string;
2464
- };
2465
- min_heating_cooling_delta_fahrenheit: {
2466
- format: string;
2467
- type: string;
2468
- };
2469
- min_heating_set_point_celsius: {
2470
- format: string;
2471
- type: string;
2472
- };
2473
- min_heating_set_point_fahrenheit: {
2474
- format: string;
2475
- type: string;
2476
- };
2477
- relative_humidity: {
2478
- format: string;
2479
- maximum: number;
2480
- minimum: number;
2481
- type: string;
2482
- };
2483
- temperature_celsius: {
2484
- format: string;
2485
- type: string;
2486
- };
2487
- temperature_fahrenheit: {
2488
- format: string;
2489
- type: string;
2490
- };
2392
+ type: string;
2491
2393
  };
2492
- type: string;
2493
- } | {
2494
- properties: {
2495
- active_climate_setting_schedule: {
2496
- properties: {
2497
- automatic_cooling_enabled: {
2498
- type: string;
2499
- };
2500
- automatic_heating_enabled: {
2501
- type: string;
2502
- };
2503
- climate_setting_schedule_id: {
2504
- format: string;
2505
- type: string;
2506
- };
2507
- cooling_set_point_celsius: {
2508
- format: string;
2509
- type: string;
2510
- };
2511
- cooling_set_point_fahrenheit: {
2512
- format: string;
2513
- type: string;
2514
- };
2515
- created_at: {
2516
- format: string;
2517
- type: string;
2518
- };
2519
- device_id: {
2520
- format: string;
2521
- type: string;
2522
- };
2523
- errors: {
2524
- description: string;
2525
- };
2526
- heating_set_point_celsius: {
2527
- format: string;
2528
- type: string;
2529
- };
2530
- heating_set_point_fahrenheit: {
2531
- format: string;
2532
- type: string;
2533
- };
2534
- hvac_mode_setting: {
2535
- enum: string[];
2536
- type: string;
2537
- };
2538
- manual_override_allowed: {
2539
- type: string;
2540
- };
2541
- name: {
2542
- type: string;
2543
- };
2544
- schedule_ends_at: {
2545
- type: string;
2546
- };
2547
- schedule_starts_at: {
2548
- type: string;
2549
- };
2550
- schedule_type: {
2551
- enum: string[];
2552
- type: string;
2553
- };
2394
+ can_enable_automatic_cooling: {
2395
+ type: string;
2396
+ };
2397
+ can_enable_automatic_heating: {
2398
+ type: string;
2399
+ };
2400
+ current_climate_setting: {
2401
+ properties: {
2402
+ automatic_cooling_enabled: {
2403
+ type: string;
2554
2404
  };
2555
- required: string[];
2556
- type: string;
2557
- };
2558
- available_hvac_mode_settings: {
2559
- items: {
2560
- enum: string[];
2405
+ automatic_heating_enabled: {
2561
2406
  type: string;
2562
2407
  };
2563
- type: string;
2564
- };
2565
- can_enable_automatic_cooling: {
2566
- type: string;
2567
- };
2568
- can_enable_automatic_heating: {
2569
- type: string;
2570
- };
2571
- current_climate_setting: {
2572
- properties: {
2573
- automatic_cooling_enabled: {
2574
- type: string;
2575
- };
2576
- automatic_heating_enabled: {
2577
- type: string;
2578
- };
2579
- cooling_set_point_celsius: {
2580
- format: string;
2581
- type: string;
2582
- };
2583
- cooling_set_point_fahrenheit: {
2584
- format: string;
2585
- type: string;
2586
- };
2587
- heating_set_point_celsius: {
2588
- format: string;
2589
- type: string;
2590
- };
2591
- heating_set_point_fahrenheit: {
2592
- format: string;
2593
- type: string;
2594
- };
2595
- hvac_mode_setting: {
2596
- enum: string[];
2597
- type: string;
2598
- };
2599
- manual_override_allowed: {
2600
- type: string;
2601
- };
2408
+ cooling_set_point_celsius: {
2409
+ format: string;
2410
+ type: string;
2602
2411
  };
2603
- required: string[];
2604
- type: string;
2605
- };
2606
- default_climate_setting: {
2607
- properties: {
2608
- automatic_cooling_enabled: {
2609
- type: string;
2610
- };
2611
- automatic_heating_enabled: {
2612
- type: string;
2613
- };
2614
- cooling_set_point_celsius: {
2615
- format: string;
2616
- type: string;
2617
- };
2618
- cooling_set_point_fahrenheit: {
2619
- format: string;
2620
- type: string;
2621
- };
2622
- heating_set_point_celsius: {
2623
- format: string;
2624
- type: string;
2625
- };
2626
- heating_set_point_fahrenheit: {
2627
- format: string;
2628
- type: string;
2629
- };
2630
- hvac_mode_setting: {
2631
- enum: string[];
2632
- type: string;
2633
- };
2634
- manual_override_allowed: {
2635
- type: string;
2636
- };
2412
+ cooling_set_point_fahrenheit: {
2413
+ format: string;
2414
+ type: string;
2637
2415
  };
2638
- required: string[];
2639
- type: string;
2640
- };
2641
- fan_mode_setting: {
2642
- enum: string[];
2643
- type: string;
2644
- };
2645
- is_climate_setting_schedule_active: {
2646
- type: string;
2647
- };
2648
- is_cooling: {
2649
- type: string;
2650
- };
2651
- is_cooling_available: {
2652
- enum: boolean[];
2653
- type: string;
2654
- };
2655
- is_fan_running: {
2656
- type: string;
2657
- };
2658
- is_heating: {
2659
- type: string;
2660
- };
2661
- is_heating_available: {
2662
- enum: boolean[];
2663
- type: string;
2664
- };
2665
- is_temporary_manual_override_active: {
2666
- type: string;
2667
- };
2668
- max_heating_set_point_celsius: {
2669
- format: string;
2670
- type: string;
2671
- };
2672
- max_heating_set_point_fahrenheit: {
2673
- format: string;
2674
- type: string;
2675
- };
2676
- min_heating_set_point_celsius: {
2677
- format: string;
2678
- type: string;
2679
- };
2680
- min_heating_set_point_fahrenheit: {
2681
- format: string;
2682
- type: string;
2683
- };
2684
- relative_humidity: {
2685
- format: string;
2686
- maximum: number;
2687
- minimum: number;
2688
- type: string;
2689
- };
2690
- temperature_celsius: {
2691
- format: string;
2692
- type: string;
2693
- };
2694
- temperature_fahrenheit: {
2695
- format: string;
2696
- type: string;
2697
- };
2698
- max_cooling_set_point_celsius?: never;
2699
- max_cooling_set_point_fahrenheit?: never;
2700
- min_cooling_set_point_celsius?: never;
2701
- min_cooling_set_point_fahrenheit?: never;
2702
- min_heating_cooling_delta_celsius?: never;
2703
- min_heating_cooling_delta_fahrenheit?: never;
2704
- };
2705
- type: string;
2706
- } | {
2707
- properties: {
2708
- active_climate_setting_schedule: {
2709
- properties: {
2710
- automatic_cooling_enabled: {
2711
- type: string;
2712
- };
2713
- automatic_heating_enabled: {
2714
- type: string;
2715
- };
2716
- climate_setting_schedule_id: {
2717
- format: string;
2718
- type: string;
2719
- };
2720
- cooling_set_point_celsius: {
2721
- format: string;
2722
- type: string;
2723
- };
2724
- cooling_set_point_fahrenheit: {
2725
- format: string;
2726
- type: string;
2727
- };
2728
- created_at: {
2729
- format: string;
2730
- type: string;
2731
- };
2732
- device_id: {
2733
- format: string;
2734
- type: string;
2735
- };
2736
- errors: {
2737
- description: string;
2738
- };
2739
- heating_set_point_celsius: {
2740
- format: string;
2741
- type: string;
2742
- };
2743
- heating_set_point_fahrenheit: {
2744
- format: string;
2745
- type: string;
2746
- };
2747
- hvac_mode_setting: {
2748
- enum: string[];
2749
- type: string;
2750
- };
2751
- manual_override_allowed: {
2752
- type: string;
2753
- };
2754
- name: {
2755
- type: string;
2756
- };
2757
- schedule_ends_at: {
2758
- type: string;
2759
- };
2760
- schedule_starts_at: {
2761
- type: string;
2762
- };
2763
- schedule_type: {
2764
- enum: string[];
2765
- type: string;
2766
- };
2416
+ heating_set_point_celsius: {
2417
+ format: string;
2418
+ type: string;
2767
2419
  };
2768
- required: string[];
2769
- type: string;
2770
- };
2771
- available_hvac_mode_settings: {
2772
- items: {
2420
+ heating_set_point_fahrenheit: {
2421
+ format: string;
2422
+ type: string;
2423
+ };
2424
+ hvac_mode_setting: {
2773
2425
  enum: string[];
2774
2426
  type: string;
2775
2427
  };
2776
- type: string;
2777
- };
2778
- can_enable_automatic_cooling: {
2779
- type: string;
2780
- };
2781
- can_enable_automatic_heating: {
2782
- type: string;
2783
- };
2784
- current_climate_setting: {
2785
- properties: {
2786
- automatic_cooling_enabled: {
2787
- type: string;
2788
- };
2789
- automatic_heating_enabled: {
2790
- type: string;
2791
- };
2792
- cooling_set_point_celsius: {
2793
- format: string;
2794
- type: string;
2795
- };
2796
- cooling_set_point_fahrenheit: {
2797
- format: string;
2798
- type: string;
2799
- };
2800
- heating_set_point_celsius: {
2801
- format: string;
2802
- type: string;
2803
- };
2804
- heating_set_point_fahrenheit: {
2805
- format: string;
2806
- type: string;
2807
- };
2808
- hvac_mode_setting: {
2809
- enum: string[];
2810
- type: string;
2811
- };
2812
- manual_override_allowed: {
2813
- type: string;
2814
- };
2428
+ manual_override_allowed: {
2429
+ type: string;
2815
2430
  };
2816
- required: string[];
2817
- type: string;
2818
2431
  };
2819
- default_climate_setting: {
2820
- properties: {
2821
- automatic_cooling_enabled: {
2822
- type: string;
2823
- };
2824
- automatic_heating_enabled: {
2825
- type: string;
2826
- };
2827
- cooling_set_point_celsius: {
2828
- format: string;
2829
- type: string;
2830
- };
2831
- cooling_set_point_fahrenheit: {
2832
- format: string;
2833
- type: string;
2834
- };
2835
- heating_set_point_celsius: {
2836
- format: string;
2837
- type: string;
2838
- };
2839
- heating_set_point_fahrenheit: {
2840
- format: string;
2841
- type: string;
2842
- };
2843
- hvac_mode_setting: {
2844
- enum: string[];
2845
- type: string;
2846
- };
2847
- manual_override_allowed: {
2848
- type: string;
2849
- };
2432
+ required: string[];
2433
+ type: string;
2434
+ };
2435
+ default_climate_setting: {
2436
+ properties: {
2437
+ automatic_cooling_enabled: {
2438
+ type: string;
2439
+ };
2440
+ automatic_heating_enabled: {
2441
+ type: string;
2442
+ };
2443
+ cooling_set_point_celsius: {
2444
+ format: string;
2445
+ type: string;
2446
+ };
2447
+ cooling_set_point_fahrenheit: {
2448
+ format: string;
2449
+ type: string;
2450
+ };
2451
+ heating_set_point_celsius: {
2452
+ format: string;
2453
+ type: string;
2454
+ };
2455
+ heating_set_point_fahrenheit: {
2456
+ format: string;
2457
+ type: string;
2458
+ };
2459
+ hvac_mode_setting: {
2460
+ enum: string[];
2461
+ type: string;
2462
+ };
2463
+ manual_override_allowed: {
2464
+ type: string;
2850
2465
  };
2851
- required: string[];
2852
- type: string;
2853
- };
2854
- fan_mode_setting: {
2855
- enum: string[];
2856
- type: string;
2857
- };
2858
- is_climate_setting_schedule_active: {
2859
- type: string;
2860
- };
2861
- is_cooling: {
2862
- type: string;
2863
- };
2864
- is_cooling_available: {
2865
- enum: boolean[];
2866
- type: string;
2867
- };
2868
- is_fan_running: {
2869
- type: string;
2870
- };
2871
- is_heating: {
2872
- type: string;
2873
- };
2874
- is_heating_available: {
2875
- enum: boolean[];
2876
- type: string;
2877
- };
2878
- is_temporary_manual_override_active: {
2879
- type: string;
2880
- };
2881
- max_cooling_set_point_celsius: {
2882
- format: string;
2883
- type: string;
2884
- };
2885
- max_cooling_set_point_fahrenheit: {
2886
- format: string;
2887
- type: string;
2888
- };
2889
- min_cooling_set_point_celsius: {
2890
- format: string;
2891
- type: string;
2892
- };
2893
- min_cooling_set_point_fahrenheit: {
2894
- format: string;
2895
- type: string;
2896
- };
2897
- relative_humidity: {
2898
- format: string;
2899
- maximum: number;
2900
- minimum: number;
2901
- type: string;
2902
- };
2903
- temperature_celsius: {
2904
- format: string;
2905
- type: string;
2906
- };
2907
- temperature_fahrenheit: {
2908
- format: string;
2909
- type: string;
2910
2466
  };
2911
- max_heating_set_point_celsius?: never;
2912
- max_heating_set_point_fahrenheit?: never;
2913
- min_heating_cooling_delta_celsius?: never;
2914
- min_heating_cooling_delta_fahrenheit?: never;
2915
- min_heating_set_point_celsius?: never;
2916
- min_heating_set_point_fahrenheit?: never;
2467
+ required: string[];
2468
+ type: string;
2917
2469
  };
2918
- type: string;
2919
- })[];
2920
- properties?: never;
2921
- type?: never;
2470
+ fan_mode_setting: {
2471
+ enum: string[];
2472
+ type: string;
2473
+ };
2474
+ is_climate_setting_schedule_active: {
2475
+ type: string;
2476
+ };
2477
+ is_cooling: {
2478
+ type: string;
2479
+ };
2480
+ is_fan_running: {
2481
+ type: string;
2482
+ };
2483
+ is_heating: {
2484
+ type: string;
2485
+ };
2486
+ is_temporary_manual_override_active: {
2487
+ type: string;
2488
+ };
2489
+ max_cooling_set_point_celsius: {
2490
+ format: string;
2491
+ type: string;
2492
+ };
2493
+ max_cooling_set_point_fahrenheit: {
2494
+ format: string;
2495
+ type: string;
2496
+ };
2497
+ max_heating_set_point_celsius: {
2498
+ format: string;
2499
+ type: string;
2500
+ };
2501
+ max_heating_set_point_fahrenheit: {
2502
+ format: string;
2503
+ type: string;
2504
+ };
2505
+ min_cooling_set_point_celsius: {
2506
+ format: string;
2507
+ type: string;
2508
+ };
2509
+ min_cooling_set_point_fahrenheit: {
2510
+ format: string;
2511
+ type: string;
2512
+ };
2513
+ min_heating_cooling_delta_celsius: {
2514
+ format: string;
2515
+ type: string;
2516
+ };
2517
+ min_heating_cooling_delta_fahrenheit: {
2518
+ format: string;
2519
+ type: string;
2520
+ };
2521
+ min_heating_set_point_celsius: {
2522
+ format: string;
2523
+ type: string;
2524
+ };
2525
+ min_heating_set_point_fahrenheit: {
2526
+ format: string;
2527
+ type: string;
2528
+ };
2529
+ relative_humidity: {
2530
+ format: string;
2531
+ maximum: number;
2532
+ minimum: number;
2533
+ type: string;
2534
+ };
2535
+ temperature_celsius: {
2536
+ format: string;
2537
+ type: string;
2538
+ };
2539
+ temperature_fahrenheit: {
2540
+ format: string;
2541
+ type: string;
2542
+ };
2543
+ _experimental_supported_code_from_access_codes_lengths?: never;
2544
+ code_constraints?: never;
2545
+ door_open?: never;
2546
+ has_native_entry_events?: never;
2547
+ keypad_battery?: never;
2548
+ locked?: never;
2549
+ max_active_codes_supported?: never;
2550
+ supported_code_lengths?: never;
2551
+ supports_backup_access_code_pool?: never;
2552
+ };
2553
+ type: string;
2922
2554
  })[];
2923
2555
  })[];
2924
2556
  description: string;