- Read it now from app.config JSON file. - Allow for inverted status leds (Sonoff et al) - Clean up unit tests.
		
			
				
	
	
		
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "3 Gang, No LEDs",
 | 
						|
  "statusled": -1,
 | 
						|
  "channels": [
 | 
						|
    { "led": -1, "relay": 15, "button": 5  },
 | 
						|
    { "led": -1, "relay": 4,  "button": 3  },
 | 
						|
    { "led": -1, "relay": 13, "button": 12 }
 | 
						|
  ]
 | 
						|
}
 |