spaceapid: add 3d printer state sensors (bool)
The schema only allows numeric values so I'm leaving the time to finish field out of this for now.
This commit is contained in:
		
					parent
					
						
							
								5bbc8aa03e
							
						
					
				
			
			
				commit
				
					
						9b751fa1ed
					
				
			
		
					 1 changed files with 24 additions and 0 deletions
				
			
		|  | @ -24,6 +24,30 @@ | |||
|             "club-assistant" | ||||
|           ] | ||||
|         } | ||||
|       ], | ||||
|       "3d_printer_state": [ | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "bool", | ||||
|             "location": "Loetschlauch", | ||||
|             "name": "mk4", | ||||
|             "description": "Prusa mk4 state" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         }, | ||||
|         { | ||||
|           "sensor_data": { | ||||
|             "unit": "bool", | ||||
|             "location": "Loetschlauch", | ||||
|             "name": "mk3.5", | ||||
|             "description": "Prusa mk3.5 state" | ||||
|           }, | ||||
|           "allowed_credentials": [ | ||||
|             "club-assistant" | ||||
|           ] | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     "state": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue