mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			966 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			966 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "type": "object",
 | 
						|
  "required": true,
 | 
						|
  "properties": {
 | 
						|
    "hostList": {
 | 
						|
      "type": "string",
 | 
						|
      "title": "edt_dev_spec_devices_discovered_title",
 | 
						|
      "default": "edt_dev_spec_devices_discovery_inprogress",
 | 
						|
      "options": {
 | 
						|
        "infoText": "edt_dev_spec_devices_discovered_title_info"
 | 
						|
      },
 | 
						|
      "required": true,
 | 
						|
      "propertyOrder": 1
 | 
						|
    },
 | 
						|
    "host": {
 | 
						|
      "type": "string",
 | 
						|
      "title": "edt_dev_spec_targetIpHost_title",
 | 
						|
      "options": {
 | 
						|
        "infoText": "edt_dev_spec_targetIpHost_title_info"
 | 
						|
      },
 | 
						|
      "required": true,
 | 
						|
      "propertyOrder": 2
 | 
						|
    },
 | 
						|
    "latchTime": {
 | 
						|
      "type": "integer",
 | 
						|
      "title": "edt_dev_spec_latchtime_title",
 | 
						|
      "default": 0,
 | 
						|
      "append": "edt_append_ms",
 | 
						|
      "minimum": 0,
 | 
						|
      "maximum": 1000,
 | 
						|
      "access": "expert",
 | 
						|
      "options": {
 | 
						|
        "infoText": "edt_dev_spec_latchtime_title_info"
 | 
						|
      },
 | 
						|
      "propertyOrder": 3
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "additionalProperties": true
 | 
						|
}
 |