Skip to content

Commit e10153f

Browse files
committed
Add categories in bindings missing them
- Add new entry in categories listing. ***NO_CI***
1 parent d59f4a2 commit e10153f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

devices/Ds18b20/category.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
temperature
1+
thermometer

devices/Scd30/category.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
thermometer
2+
hygrometer

devices/Sps30/category.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
particulatematter

src/device-listing/Program.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"system",
5555
"lidar",
5656
"reader",
57-
"satellite"
57+
"satellite",
58+
"particulatematter",
5859
};
5960

6061
Dictionary<string, string?> categoriesDescriptions = new()
@@ -119,6 +120,7 @@
119120
{ "lidar", "Lidar" },
120121
{ "reader", "Readers" },
121122
{ "satellite", " modules" },
123+
{ "particulatematter", "Particulate Matter Sensor" },
122124
};
123125

124126
HashSet<string> ignoredDeviceDirectories = new()

0 commit comments

Comments
 (0)