forked from M-Labs/thermostat
Full name of the parameter tree
This commit is contained in:
parent
cc60ceefa9
commit
980812de67
|
@ -65,8 +65,8 @@ THERMOSTAT_PARAMETERS = [[
|
|||
|
||||
|
||||
params = [
|
||||
CommandsParameter.create(name='Thermostat Params 0', type='group', value=0, children=THERMOSTAT_PARAMETERS[0]),
|
||||
CommandsParameter.create(name='Thermostat Params 1', type='group', value=1, children=THERMOSTAT_PARAMETERS[1]),
|
||||
CommandsParameter.create(name='Thermostat Channel 0 Parameters', type='group', value=0, children=THERMOSTAT_PARAMETERS[0]),
|
||||
CommandsParameter.create(name='Thermostat Channel 1 Parameters', type='group', value=1, children=THERMOSTAT_PARAMETERS[1]),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue