@@ -199,6 +199,14 @@ class EcoWittMapping:
199199 "soilmoisture6" : EcoWittMapping ("Soil Moisture 6" , EcoWittSensorTypes .HUMIDITY ),
200200 "soilmoisture7" : EcoWittMapping ("Soil Moisture 7" , EcoWittSensorTypes .HUMIDITY ),
201201 "soilmoisture8" : EcoWittMapping ("Soil Moisture 8" , EcoWittSensorTypes .HUMIDITY ),
202+ "soilmoisture9" : EcoWittMapping ("Soil Moisture 9" , EcoWittSensorTypes .HUMIDITY ),
203+ "soilmoisture10" : EcoWittMapping ("Soil Moisture 10" , EcoWittSensorTypes .HUMIDITY ),
204+ "soilmoisture11" : EcoWittMapping ("Soil Moisture 11" , EcoWittSensorTypes .HUMIDITY ),
205+ "soilmoisture12" : EcoWittMapping ("Soil Moisture 12" , EcoWittSensorTypes .HUMIDITY ),
206+ "soilmoisture13" : EcoWittMapping ("Soil Moisture 13" , EcoWittSensorTypes .HUMIDITY ),
207+ "soilmoisture14" : EcoWittMapping ("Soil Moisture 14" , EcoWittSensorTypes .HUMIDITY ),
208+ "soilmoisture15" : EcoWittMapping ("Soil Moisture 15" , EcoWittSensorTypes .HUMIDITY ),
209+ "soilmoisture16" : EcoWittMapping ("Soil Moisture 16" , EcoWittSensorTypes .HUMIDITY ),
202210 "soilad1" : EcoWittMapping ("Soil AD 1" , EcoWittSensorTypes .SOIL_RAWADC ),
203211 "soilad2" : EcoWittMapping ("Soil AD 2" , EcoWittSensorTypes .SOIL_RAWADC ),
204212 "soilad3" : EcoWittMapping ("Soil AD 3" , EcoWittSensorTypes .SOIL_RAWADC ),
@@ -207,6 +215,14 @@ class EcoWittMapping:
207215 "soilad6" : EcoWittMapping ("Soil AD 6" , EcoWittSensorTypes .SOIL_RAWADC ),
208216 "soilad7" : EcoWittMapping ("Soil AD 7" , EcoWittSensorTypes .SOIL_RAWADC ),
209217 "soilad8" : EcoWittMapping ("Soil AD 8" , EcoWittSensorTypes .SOIL_RAWADC ),
218+ "soilad9" : EcoWittMapping ("Soil AD 9" , EcoWittSensorTypes .SOIL_RAWADC ),
219+ "soilad10" : EcoWittMapping ("Soil AD 10" , EcoWittSensorTypes .SOIL_RAWADC ),
220+ "soilad11" : EcoWittMapping ("Soil AD 11" , EcoWittSensorTypes .SOIL_RAWADC ),
221+ "soilad12" : EcoWittMapping ("Soil AD 12" , EcoWittSensorTypes .SOIL_RAWADC ),
222+ "soilad13" : EcoWittMapping ("Soil AD 13" , EcoWittSensorTypes .SOIL_RAWADC ),
223+ "soilad14" : EcoWittMapping ("Soil AD 14" , EcoWittSensorTypes .SOIL_RAWADC ),
224+ "soilad15" : EcoWittMapping ("Soil AD 15" , EcoWittSensorTypes .SOIL_RAWADC ),
225+ "soilad16" : EcoWittMapping ("Soil AD 16" , EcoWittSensorTypes .SOIL_RAWADC ),
210226 "pm25_ch1" : EcoWittMapping ("PM2.5 1" , EcoWittSensorTypes .PM25 ),
211227 "pm25_ch2" : EcoWittMapping ("PM2.5 2" , EcoWittSensorTypes .PM25 ),
212228 "pm25_ch3" : EcoWittMapping ("PM2.5 3" , EcoWittSensorTypes .PM25 ),
@@ -264,6 +280,14 @@ class EcoWittMapping:
264280 "soilbatt6" : EcoWittMapping ("Soil Battery 6" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
265281 "soilbatt7" : EcoWittMapping ("Soil Battery 7" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
266282 "soilbatt8" : EcoWittMapping ("Soil Battery 8" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
283+ "soilbatt9" : EcoWittMapping ("Soil Battery 9" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
284+ "soilbatt10" : EcoWittMapping ("Soil Battery 10" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
285+ "soilbatt11" : EcoWittMapping ("Soil Battery 11" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
286+ "soilbatt12" : EcoWittMapping ("Soil Battery 12" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
287+ "soilbatt13" : EcoWittMapping ("Soil Battery 13" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
288+ "soilbatt14" : EcoWittMapping ("Soil Battery 14" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
289+ "soilbatt15" : EcoWittMapping ("Soil Battery 15" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
290+ "soilbatt16" : EcoWittMapping ("Soil Battery 16" , EcoWittSensorTypes .BATTERY_VOLTAGE ),
267291 "batt1" : EcoWittMapping ("Battery 1" , EcoWittSensorTypes .BATTERY_BINARY ),
268292 "batt2" : EcoWittMapping ("Battery 2" , EcoWittSensorTypes .BATTERY_BINARY ),
269293 "batt3" : EcoWittMapping ("Battery 3" , EcoWittSensorTypes .BATTERY_BINARY ),
0 commit comments