mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
Added Another set of JSON files(61)
Signed-off-by: msgtfrank <frankww1@gmail.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
db89d872b4
commit
287d716401
41
src/waterlevel/waterlevel.json
Normal file
41
src/waterlevel/waterlevel.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"Library": "waterlevel",
|
||||
"Description": "Grove Water Level Switch Library",
|
||||
"Sensor Class": {
|
||||
"waterlevel": {
|
||||
"Name": "API for the Grove Water Level Switch",
|
||||
"Description": "This is the UPM Module for the Grove Water Level Switch. This switch is a device used to sense the level of liquid within a tank, it may actuate a pump, an indicator, an alarm, or other devices. When the float ball rises or falls with the liquid to the level of the switch, The magnetic force of magnet which inside of the float ball will cause the reed switch to turn ON. When the float ball move away from the reed switch, the reed switch will turn OFF.",
|
||||
"Aliases": ["waterlevel", "Water level switch"],
|
||||
"Categories": ["liquid"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["prototyping", "commercial"],
|
||||
"Manufacturers": ["Seeed"],
|
||||
"Image": "waterlevel.jpg",
|
||||
"Examples": {
|
||||
"Java": ["WaterLevelSensor.java"],
|
||||
"Python": ["waterlevel.py"],
|
||||
"Node.js": ["waterlevel.js"],
|
||||
"C++": ["waterlevel.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Switching Voltage": {
|
||||
"unit": "V",
|
||||
"min" : 3.3,
|
||||
"max" : 100
|
||||
},
|
||||
"Switching Current": {
|
||||
"unit": "A",
|
||||
"max": 0.5
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -10,
|
||||
"max": 80
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.seeedstudio.com/Water-level-switch-p-565.html"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user