Skip to content

Commit ab87f69

Browse files
Reworked json library (#3551)
* Update library.json * Update library.json * Update library.json * Update library.json --------- Co-authored-by: Andrew Jackson <[email protected]>
1 parent f38e7b4 commit ab87f69

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

library/library.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,8 @@
703703
},
704704
{
705705
"manufacturer": "Aeotec",
706-
"model": "Multipurpose sensor (2018 model) (IM6001-MPP01)",
706+
"model": "Multipurpose sensor (2018 model)",
707+
"model_id": "IM6001-MPP01",
707708
"battery_type": "CR2450"
708709
},
709710
{
@@ -1779,7 +1780,8 @@
17791780
},
17801781
{
17811782
"manufacturer": "Bosch",
1782-
"model": "Outdoor siren (BSIR-EZ)",
1783+
"model": "Outdoor siren",
1784+
"model_id": "BSIR-EZ",
17831785
"battery_type": "Solar"
17841786
},
17851787
{
@@ -2149,7 +2151,8 @@
21492151
},
21502152
{
21512153
"manufacturer": "Develco/Frient",
2152-
"model": "Air quality sensor (AQSZB-110)",
2154+
"model": "Air quality sensor",
2155+
"model_id": "AQSZB-110",
21532156
"battery_type": "AA",
21542157
"battery_quantity": 2
21552158
},
@@ -3773,7 +3776,8 @@
37733776
},
37743777
{
37753778
"manufacturer": "Heiman",
3776-
"model": "Smart air quality monitor (HS3AQ)",
3779+
"model": "Smart air quality monitor",
3780+
"model_id": "HS3AQ",
37773781
"battery_type": "Rechargeable"
37783782
},
37793783
{
@@ -5307,7 +5311,8 @@
53075311
},
53085312
{
53095313
"manufacturer": "Neo",
5310-
"model": "Outdoor solar alarm (NAS-AB06B2)",
5314+
"model": "Outdoor solar alarm",
5315+
"model_id": "NAS-AB06B2",
53115316
"battery_type": "Solar"
53125317
},
53135318
{
@@ -5690,7 +5695,8 @@
56905695
},
56915696
{
56925697
"manufacturer": "OWON",
5693-
"model": "Motion sensor (PIR313-E)",
5698+
"model": "Motion sensor",
5699+
"model_id": "PIR313-E",
56945700
"battery_type": "AA",
56955701
"battery_quantity": 2
56965702
},
@@ -8373,7 +8379,8 @@
83738379
},
83748380
{
83758381
"manufacturer": "Tuya",
8376-
"model": "Solar rain sensor (RB-SRAIN01)",
8382+
"model": "Solar Rain sensor",
8383+
"model_id": "RB-SRAIN01",
83778384
"battery_type": "Solar"
83788385
},
83798386
{
@@ -8895,13 +8902,15 @@
88958902
"battery_quantity": 3
88968903
},
88978904
{
8898-
"manufacturer": "Tuya / eWeLink",
8899-
"model": "Zigbee water sensor (SNZB-05)",
8905+
"manufacturer": "eWeLink",
8906+
"model": "Zigbee water sensor",
8907+
"model_id": "SNZB-05",
89008908
"battery_type": "AAA"
89018909
},
89028910
{
8903-
"manufacturer": "Tuya / Moes",
8904-
"model": "Wireless switch with 3 buttons (TS0043)",
8911+
"manufacturer": "Tuya",
8912+
"model": "Wireless switch with 3 buttons",
8913+
"model_id": "TS0043",
89058914
"battery_type": "CR2430"
89068915
},
89078916
{
@@ -10008,4 +10017,4 @@
1000810017
"battery_type": "Rechargeable"
1000910018
}
1001010019
]
10011-
}
10020+
}

0 commit comments

Comments
 (0)