mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-10 10:17:05 +01:00
:q:Merge branch 'dev' into sensors
This commit is contained in:
@@ -47,7 +47,7 @@ function sensorName(id) {
|
||||
"Events", "PMSX003", "BMX280", "MHZ19", "SI7021",
|
||||
"SHT3X I2C", "BH1750", "PZEM004T", "AM2320 I2C", "GUVAS12SD",
|
||||
"TMP3X", "Sonar", "SenseAir", "GeigerTicks", "GeigerCPM",
|
||||
"NTC", "SDS011", "MICS2710", "MICS5525"
|
||||
"NTC", "SDS011", "MICS2710", "MICS5525", "VL53L1X", "VEML6075"
|
||||
];
|
||||
if (1 <= id && id <= names.length) {
|
||||
return names[id - 1];
|
||||
@@ -61,7 +61,7 @@ function magnitudeType(type) {
|
||||
"Current", "Voltage", "Active Power", "Apparent Power",
|
||||
"Reactive Power", "Power Factor", "Energy", "Energy (delta)",
|
||||
"Analog", "Digital", "Event",
|
||||
"PM1.0", "PM2.5", "PM10", "CO2", "Lux", "UV", "Distance" , "HCHO",
|
||||
"PM1.0", "PM2.5", "PM10", "CO2", "Lux", "UVA", "UVB", "UV Index", "Distance" , "HCHO",
|
||||
"Local Dose Rate", "Local Dose Rate",
|
||||
"Count",
|
||||
"NO2", "CO", "Resistance"
|
||||
|
||||
Reference in New Issue
Block a user