mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
JSON: Correcting bad sensor names
Signed-off-by: malikabh <abhishek.malik@intel.com>
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"Description": "Gas Sensor Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"mq2":
|
||||
"MQ2":
|
||||
{
|
||||
"Name": "MQ2 Methane, Butane, Liquefied Petroleum Gas (LPG), and Smoke Sensor",
|
||||
"Description": "The MQ2 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect LPG, i-butane, methane, alcohol, hydrogen, smoke, and other combustible gases. It's a medium-sensitivity sensor with a detection range of 300-10,000 ppm.",
|
||||
@ -36,7 +36,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq3":
|
||||
"MQ3":
|
||||
{
|
||||
"Name": "MQ3 Alcohol, Ethanol, Smoke Sensor",
|
||||
"Description": "The MQ3 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect alcohol vapors and benzine. It's highly sensitive but has a long warm-up time of about 1 minute. It's detection range is 0.04-4 mg/L Alcohol.",
|
||||
@ -70,7 +70,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq4":
|
||||
"MQ4":
|
||||
{
|
||||
"Name": "MQ4 Methane and Connecticut Natural Gas (CNG) Sensor",
|
||||
"Description": "The MQ4 Gas Sensor module is useful for detecting CH4 (Methane), and natural gas concentrations in the air. It has a detection range of 100-10000 ppm. For optimum use, it requires calibration after a pre-heat time of at least 24 hours. See the datasheet for details.",
|
||||
@ -103,7 +103,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq5":
|
||||
"MQ5":
|
||||
{
|
||||
"Name": "MQ5 Natural Gas and Liquefied Petroleum Gas (LPG) Sensor",
|
||||
"Description": "The MQ5 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect LPG, natural gas, town gas, and so on. It is highly sensitive and has a detection range of 300-10,000 ppm.",
|
||||
@ -137,7 +137,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq6":
|
||||
"MQ6":
|
||||
{
|
||||
"Name": "MQ6 Liquefied Petroleum Gas (LPG) and Butane Sensor",
|
||||
"Description": "The MQ6 Gas Sensor module is useful for detecting LPG, iso-butane, propane, and LNG concentrations in the air. It has a detection range of 200-10000 ppm. For optimum use, it requires calibration after a pre-heat time of at least 24 hours. See the datasheet for details.",
|
||||
@ -171,7 +171,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq7":
|
||||
"MQ7":
|
||||
{
|
||||
"Name": "MQ7 Carbon Monoxide Sensor",
|
||||
"Description": "The Grove MQ7 Gas Sensor module is useful for detecting Carbon Monoxide (CO) concentrations in the air. It has a detection range of 20-2000 ppm. For optimum use, it requires calibration after a pre-heat time of 48 hours. See the datasheet for details.",
|
||||
@ -204,7 +204,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq8":
|
||||
"MQ8":
|
||||
{
|
||||
"Name": "MQ8 Flammable (Hydrogen) Gas Sensor",
|
||||
"Description": "The MQ8 Gas Sensor module is useful for detecting Hydrogen gas concentrations in the air. It has a detection range of 100-10000 ppm. For optimum use, it requires calibration after a pre-heat time of at least 24 hours. See the datasheet for details.",
|
||||
@ -238,7 +238,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
"mq9":
|
||||
"MQ9":
|
||||
{
|
||||
"Name": "MQ9 Carbon Monoxide (CO) and Flammable Gas Sensor",
|
||||
"Description": "The Grove MQ9 Gas Sensor module is useful for gas leakage detection (in home and industry). It can detect carbon monoxide, coal gas, and liquefied gas. Its sensitivity is 10-1,000 ppm CO, and 100-10,000 ppm Gas.",
|
||||
@ -272,4 +272,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user