Full name of the parameter tree

This commit is contained in:
atse 2023-08-04 14:26:57 +08:00
parent cc60ceefa9
commit 980812de67
1 changed files with 2 additions and 2 deletions

View File

@ -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]),
]