Should not commit commented out code
This commit is contained in:
committed by
ncthompson
parent
a2e737da1c
commit
790b05f90f
@@ -95,17 +95,7 @@ type templateInput struct {
|
|||||||
|
|
||||||
InFreq string `json:"input_frequency"`
|
InFreq string `json:"input_frequency"`
|
||||||
OutFreq string `json:"output_frequency"`
|
OutFreq string `json:"output_frequency"`
|
||||||
/*
|
|
||||||
MainsLed string `json:"main_led"`
|
|
||||||
AbsorbLed string `json:"absorb_led"`
|
|
||||||
BulkLed string `json:"bulk_led"`
|
|
||||||
FloatLed string `json:"float_led"`
|
|
||||||
InverterLed string `json:"inverter_led"`
|
|
||||||
|
|
||||||
OverloadLed string `json:"overload_led"`
|
|
||||||
LowBatLed string `json:"low_bat_led"`
|
|
||||||
OverTempLed string `json:"over_temp_led"`
|
|
||||||
*/
|
|
||||||
LedMap map[string]string `json:"led_map"`
|
LedMap map[string]string `json:"led_map"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user