diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 2b344af..7de4960 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -55,7 +55,8 @@ THERMOSTAT_PARAMETERS = [[ {'name': 'Temperature Swing', 'type': 'float', 'value': 1.5, 'step': 0.1, 'siPrefix': True, 'suffix': '°C'}, {'name': 'Run', 'type': 'action', 'tip': 'Run'}, ]}, - ]} + ]}, + {'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to flash', 'commands': [f'save {ch}']} ] for ch in range(2)]