mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 15:15:07 +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:
		 msgtfrank
					msgtfrank
				
			
				
					committed by
					
						 Abhishek Malik
						Abhishek Malik
					
				
			
			
				
	
			
			
			 Abhishek Malik
						Abhishek Malik
					
				
			
						parent
						
							db89d872b4
						
					
				
				
					commit
					287d716401
				
			
							
								
								
									
										61
									
								
								src/rhusb/rhusb.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								src/rhusb/rhusb.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,61 @@ | ||||
| { | ||||
|     "Library": "rhusb", | ||||
|     "Description": "Omega RH-USB Temperature and Humidity Sensor Library", | ||||
|     "Sensor Class": { | ||||
|         "rhusb": { | ||||
|             "Name": "API for the Omega RH-USB Temperature and Humidity Sensor", | ||||
|             "Description": "This is the UPM Module for the Omega RH-USB Temperature and Humidity Sensor. It connects via an integrated USB cable, and is accessed via a serial port.  It is suitable for wall or duct mounting.", | ||||
|             "Aliases": ["rhusb", "Humidity & Temperature Sensor with USB Output"], | ||||
|             "Categories": ["humidity", "temperature"], | ||||
|             "Connections": ["uart"], | ||||
|             "Project Type": ["industrial", "commercial"], | ||||
|             "Manufacturers": ["Omega"], | ||||
|             "Image": "rhusb.jpg", | ||||
|             "Examples": { | ||||
|                 "Python": ["rhusb.py"], | ||||
|                 "Node.js": ["rhusb.js"], | ||||
|                 "C++": ["rhusb.cxx"] | ||||
|             }, | ||||
|             "Specifications": { | ||||
|                 "Vsource": { | ||||
|                     "unit": "V", | ||||
|                     "min": 5.0, | ||||
|                     "max": 5.0 | ||||
|                 }, | ||||
|                 "Operating Temperature": { | ||||
|                     "unit": "°C", | ||||
|                     "min": -40, | ||||
|                     "max": 85 | ||||
|                 }, | ||||
|                 "Temperature": { | ||||
|                     "Effective Range": { | ||||
|                         "unit": "°C", | ||||
|                         "min" : -17, | ||||
|                         "max" : 49 | ||||
|                     }, | ||||
|                     "Accuracy": { | ||||
|                         "unit": "°C", | ||||
|                         "min" : -1, | ||||
|                         "max" : 1 | ||||
|                     } | ||||
|                 }, | ||||
|                 "Relative Humidity": { | ||||
|                     "Effective Range": { | ||||
|                         "unit": "RH", | ||||
|                         "min" : "2%", | ||||
|                         "max" : "98%" | ||||
|                     }, | ||||
|                     "Accuracy": { | ||||
|                         "unit": "RH", | ||||
|                         "min" : "-3%", | ||||
|                         "max" : "3%" | ||||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             "Urls": { | ||||
|                 "Product Pages": ["http://www.omega.com/pptst/RH-USB.html"], | ||||
|                 "Datasheets": ["http://www.omega.com/das/pdf/RH-USB.pdf"] | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user