z4d-certified-devices 5.398__py3-none-any.whl → 5.399__py3-none-any.whl

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.
@@ -14,14 +14,14 @@
14
14
  "0b05": "",
15
15
  "fc57": "",
16
16
  "fc11": { "Attributes": {
17
- "5006": { "SpecifStoragelvl1": "Sonoff", "Name": "5006", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute"] },
18
- "5007": { "SpecifStoragelvl1": "Sonoff", "Name": "5007", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
19
- "500c": { "SpecifStoragelvl1": "Sonoff", "Name": "CurrentDeviceStatus", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
20
- "500d": { "SpecifStoragelvl1": "Sonoff", "Name": "500d", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
21
- "500e": { "SpecifStoragelvl1": "Sonoff", "Name": "500e", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
22
- "500f": { "SpecifStoragelvl1": "Sonoff", "Name": "500f", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
23
- "5010": { "SpecifStoragelvl1": "Sonoff", "Name": "5010", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
24
- "5011": { "SpecifStoragelvl1": "Sonoff", "Name": "WaterCloseValveTimeout", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] }}
17
+ "5006": { "SpecifStoragelvl1": "Sonoff", "Name": "RealtimeIrrigationDuration", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute"] },
18
+ "5007": { "SpecifStoragelvl1": "Sonoff", "Name": "RealtimeIrrigationVolume", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
19
+ "500c": { "SpecifStoragelvl1": "Sonoff", "Name": "ValveAbnormalState", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
20
+ "500d": { "SpecifStoragelvl1": "Sonoff", "Name": "IrrigationStartTime", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
21
+ "500e": { "SpecifStoragelvl1": "Sonoff", "Name": "IrrigationEndTime", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
22
+ "500f": { "SpecifStoragelvl1": "Sonoff", "Name": "DailyIrrigationVolume", "DataType": "23", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
23
+ "5010": { "SpecifStoragelvl1": "Sonoff", "Name": "ValveWorkState", "DataType": "20", "ActionList": [ "check_store_value", "store_specif_attribute" ] },
24
+ "5011": { "SpecifStoragelvl1": "Sonoff", "Name": "WaterCloseValveTimeout", "DataType": "21", "ActionList": [ "check_store_value", "store_specif_attribute" ] }}
25
25
  },
26
26
  "000a": "",
27
27
  "0019": "",
@@ -40,10 +40,13 @@
40
40
  "0404": [ "0000", "0001", "0002", "0003"],
41
41
  "0019": [],
42
42
  "0006": [ "0000", "fffd" ],
43
- "fc11": [ "500c", "5011", "5006", "5007", "500d", "500e"],
43
+ "fc11": [ "500c", "5011", "5006", "5007", "500d", "500e", "500f", "5010", "5011"],
44
44
  "fc57": [ ]
45
45
  },
46
46
  "Param": {
47
- "SONOFF_SWV_WATER_CLOSE_VALVE_TIMEOUT": 0
47
+ "SONOFF_SWV_WATER_CLOSE_VALVE_TIMEOUT": 0,
48
+ "SONOFF_DAILY_IRRIGATION_VOLUME": 0,
49
+ "SONOFF_REALTIME_IRRIGATION_VOLUME": 0,
50
+ "SONOFF_REALTIME_IRRIGATION_DURATION": 0
48
51
  }
49
52
  }
@@ -1,3 +1,3 @@
1
1
  MAJOR_VERSION = 5
2
- MINOR_VERSION = 398
2
+ MINOR_VERSION = 399
3
3
  __version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: z4d-certified-devices
3
- Version: 5.398
3
+ Version: 5.399
4
4
  Summary: "Certified devices for Zigbee for Domoticz plugin"
5
5
  Home-page: https://github.com/zigbeefordomoticz/z4d-certified-devices
6
6
  Author: "Patrick Pichon"
@@ -1,5 +1,5 @@
1
1
  z4d_certified_devices/__init__.py,sha256=GZ6zf1bgjFvi5yOBDJp9R4Hea53iA-MoqbTcESSa6ms,3860
2
- z4d_certified_devices/version.py,sha256=nMPR9DIeyfyZC0spiGzi_dB46T1pq1x6oQqk9-2xRFA,87
2
+ z4d_certified_devices/version.py,sha256=1qdFFh-vqujgI8AP7oQQHu0iaCs9MYsMK89Lr_tU2Pw,87
3
3
  z4d_certified_devices/Certified/README.md,sha256=1WnlKFf_NJon6zCJ0zfbBIOHES0L2YoE9EjzI2zhlDA,1415
4
4
  z4d_certified_devices/Certified/Adeo/LDSENK01F.json,sha256=F0fX15nW3O9CRNR7GixvAjzTaOPN_WouZ2VWq7RtcGg,2067
5
5
  z4d_certified_devices/Certified/Adeo/LDSENK02F.json,sha256=eYpL0-1uta51sAzIpg7wIqUdl9AC16vYkrXZgW7AtA0,2067
@@ -458,7 +458,7 @@ z4d_certified_devices/Certified/Sonoff/SNZB-02P.json,sha256=cz2nVsJgJ_QFupb8iR5D
458
458
  z4d_certified_devices/Certified/Sonoff/SNZB-03P.json,sha256=na3XIcLQIKxsTTaEeWgbJwnuPjOSYLm_fgH5fYJIJZY,1325
459
459
  z4d_certified_devices/Certified/Sonoff/SNZB-04P.json,sha256=FCrr9v1trI4twBCDGZiTUHdALWbQC0ALipP9kCfl55Y,1099
460
460
  z4d_certified_devices/Certified/Sonoff/SNZB-06P.json,sha256=FhkdnA7KR_AcZ0OwD5wDQ9FEIdPYwtUjUKeQA5G2MOg,1154
461
- z4d_certified_devices/Certified/Sonoff/SWV.json,sha256=X6OH5tWh3-gC4QMm9w58KDsDfkPuDBVA6ubHyvy9kMU,2663
461
+ z4d_certified_devices/Certified/Sonoff/SWV.json,sha256=vWxGJGH708EX-AoyK4qYW9Hpx2P5Lp2ffe32CrB-ZFw,2926
462
462
  z4d_certified_devices/Certified/Sonoff/TH01.json,sha256=5YVaiXuYsQ0JHsXTdYBL8qi2tDZjfAPM6fY1QRZznWU,1239
463
463
  z4d_certified_devices/Certified/Sonoff/TRVZB.json,sha256=tFhpRJogiAhITYthEUN-H_RyMZZ2GIOz0_X-N3IMWHY,3726
464
464
  z4d_certified_devices/Certified/Sonoff/WB-01.json,sha256=VwNi4R-Jh94qKywFLJqdliN8zpasRy5XOE6uUweYUC8,480
@@ -632,9 +632,9 @@ z4d_certified_devices/Certified/eWeLink/SA-003-Zigbee.json,sha256=PHqliTZ0_8a7F_
632
632
  z4d_certified_devices/Certified/eWeLink/SA-030-1.json,sha256=PHqliTZ0_8a7F_hbRVIVQ9A-sJipGrBD1jzhgkKJRvw,833
633
633
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR02.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
634
634
  z4d_certified_devices/Certified/eWeLink/SWITCH-ZR03-1.json,sha256=poSWAakR1iWJyvCXx5vgjYga38l6QYZM5C0MSk5vqas,835
635
- z4d_certified_devices-5.398.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
636
- z4d_certified_devices-5.398.dist-info/METADATA,sha256=UbSzSa2hf0Pduzqtis9yWUzP3KwQYYMKou0n9KYCnp0,36878
637
- z4d_certified_devices-5.398.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
638
- z4d_certified_devices-5.398.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
639
- z4d_certified_devices-5.398.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
640
- z4d_certified_devices-5.398.dist-info/RECORD,,
635
+ z4d_certified_devices-5.399.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
636
+ z4d_certified_devices-5.399.dist-info/METADATA,sha256=eMOfW8Yped6vf1zNE3dzx8fXIScf5loKHE96b3yVubI,36878
637
+ z4d_certified_devices-5.399.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
638
+ z4d_certified_devices-5.399.dist-info/top_level.txt,sha256=dZpL9ibb5CtTAY-pS-wGk-1jh9d-q04ogJ-Dfskashk,22
639
+ z4d_certified_devices-5.399.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
640
+ z4d_certified_devices-5.399.dist-info/RECORD,,