Skip to content

Commit 5efa314

Browse files
authored
browan: add in missed device profiles (#23)
1 parent c01f3bb commit 5efa314

5 files changed

Lines changed: 47 additions & 10 deletions

File tree

vendors/browan/devices/merryiot-cd10.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
id = "a38dbec2-7c34-41fc-89b7-5f7241bf09fa"
33
name = "MerryIoT CD10 Air Quality CO2"
44
description = "CO2, Temperature and Humidity"
5-
firmware = []
5+
6+
[[device.firmware]]
7+
version = "1.0"
8+
profiles = [
9+
"AS923-1_0_3.toml",
10+
"AU915-1_0_3.toml",
11+
"EU868-1_0_3.toml",
12+
"US915-1_0_3.toml",
13+
]
14+
codec = "merryiot-cd10.js"
615

716
[device.metadata]
817
product_url = "https://www.browan.com/products-detail/Air-Quality-CO2-Sensor-LoRaWAN/"

vendors/browan/devices/merryiot-dw10.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
id = "4fed4def-1c99-48cb-a515-2e4160368363"
33
name = "MerryIoT DW10 Open/Close Sensor"
44
description = "Open/Close, Temperature, Humidity, Vibration"
5-
firmware = []
5+
6+
[[device.firmware]]
7+
version = "1.0"
8+
profiles = [
9+
"AS923-1_0_3.toml",
10+
"AU915-1_0_3.toml",
11+
"EU868-1_0_3.toml",
12+
"US915-1_0_3.toml",
13+
]
14+
codec = "merryiot-dw10.js"
615

716
[device.metadata]
817
product_url = "https://www.browan.com/products-detail/OpenClose-Sensor-EBL-LoRaWAN/"

vendors/browan/devices/tabs-tbhh100-temperature-humidity-sensor.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
id = "c81e9b35-a7ec-48fc-a8a0-6ffdb342cd17"
33
name = "Tabs TBHH100 Temperature & Humidity Sensor"
44
description = "The Tabs temperature and humidity sensor is designed for in-home and in-building usage for consumer or facility management applications. The design is optimized for high-volume manufacturing, optimal battery lifetime, and pleasing aesthetics for in-building placement."
5-
firmware = []
5+
6+
[[device.firmware]]
7+
version = "1.0"
8+
profiles = [
9+
"AS923-1_0_3.toml",
10+
"AU915-1_0_3.toml",
11+
"EU868-1_0_3.toml",
12+
"US915-1_0_3.toml",
13+
]
14+
codec = "tabs-tbhh100.js"
615

716
[device.metadata]
817
product_url = "https://www.browan.com/products-detail/Temperature-Humidity-Sensor/"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[device]
2+
id = "ee49d3c6-cca9-4cef-ae21-a38fa426ae4e"
3+
name = "Tabs TBMS100 Desk Occupancy Sensor"
4+
description = "Leveraging LoRaWAN® connectivity, the Desk Occupancy Sensor is ideal for home monitoring and smart office deployments. Continuously monitoring its built-in Passive Infrared (PIR) sensor, the Desk Occupancy Sensor sends an uplink upon detecting activity and again when the room becomes vacant. Additionally, it transmits regular uplinks of the room's current occupancy every hour when unoccupied or every 10 minutes when occupied. Measuring just 50mm in size, this compact sensor is perfect for home surveillance and smart office setups."
5+
6+
[[device.firmware]]
7+
version = "1.0"
8+
profiles = [
9+
"AS923-1_0_3.toml",
10+
"AU915-1_0_3.toml",
11+
"EU868-1_0_3.toml",
12+
"US915-1_0_3.toml",
13+
]
14+
codec = "tabs-tbms100.js"
15+
16+
[device.metadata]
17+
product_url = "https://www.browan.com/products-detail/PIR/"

vendors/browan/vendor.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ id = "a782551b-91d3-4aee-b362-afdc91d537a0"
33
name = "Browan"
44
vendor_id = 613
55
ouis = ["e8e1e1"]
6-
devices = [
7-
"browan-industrial-tracker.toml",
8-
"merryiot-cd10.toml",
9-
"merryiot-dw10.toml",
10-
"merryiot-ms10.toml",
11-
"merryiot-wl10.toml",
12-
]
136

147
[vendor.metadata]
158
homepage = "https://www.browan.com/"

0 commit comments

Comments
 (0)