mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Add Schema
This commit is contained in:
		
							
								
								
									
										23
									
								
								libsrc/leddevice/schemas/schema-aurora.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								libsrc/leddevice/schemas/schema-aurora.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| { | ||||
| 	"type":"object", | ||||
| 	"required":true, | ||||
| 	"properties":{ | ||||
| 		"output": { | ||||
| 			"type": "string", | ||||
| 			"title":"edt_dev_spec_targetIp_title", | ||||
| 			"propertyOrder" : 1 | ||||
| 		}, | ||||
| 		"key": { | ||||
| 			"type": "string", | ||||
| 			"title":"edt_dev_auth_key_title", | ||||
| 			"propertyOrder" : 2 | ||||
| 		}, | ||||
| 		"colorOrder": { | ||||
| 			"type": "string", | ||||
| 			"title":"edt_dev_color_order_title", | ||||
| 			"default": "rgb", | ||||
| 			"propertyOrder" : 3 | ||||
| 		} | ||||
| 	}, | ||||
| 	"additionalProperties": true | ||||
| } | ||||
		Reference in New Issue
	
	Block a user