forked from M-Labs/thermostat
Better tooltip
This commit is contained in:
parent
4ca3b14877
commit
2db0936185
|
@ -60,7 +60,7 @@ THERMOSTAT_PARAMETERS = [[
|
||||||
{'name': 'Run', 'type': 'action', 'tip': 'Run'},
|
{'name': 'Run', 'type': 'action', 'tip': 'Run'},
|
||||||
]},
|
]},
|
||||||
]},
|
]},
|
||||||
{'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to flash', 'commands': [f'save {ch}']}
|
{'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to thermostat, applies on reset', 'commands': [f'save {ch}']}
|
||||||
] for ch in range(2)]
|
] for ch in range(2)]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue