Fix temperature unit in spaceapid response
See: https://github.com/SpaceApi/directory/pull/247#pullrequestreview-1825757336 CCCHH/spaceapid#26 https://spaceapi.io/docs/#schema-key-sensors-temperature-unit
This commit is contained in:
		
					parent
					
						
							
								598e110641
							
						
					
				
			
			
				commit
				
					
						aa25b300e3
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
|       "temperature": [ | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "C", | ||||
|             "unit": "°C", | ||||
|             "location": "Hauptraum", | ||||
|             "description": "Sensor im Hauptraum" | ||||
|           }, | ||||
|  | @ -14,7 +14,7 @@ | |||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "C", | ||||
|             "unit": "°C", | ||||
|             "location": "Loetschlauch", | ||||
|             "description": "Sensor im Lötschlauch (Teil der Werkstatt)" | ||||
|           }, | ||||
|  | @ -24,7 +24,7 @@ | |||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "C", | ||||
|             "unit": "°C", | ||||
|             "location": "Innenhof", | ||||
|             "description": "Sensor im Innenhof (erreichbar durch das Flurfenster)" | ||||
|           }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue