This commit is contained in:
Evgeny Zinoviev 2021-10-25 01:44:46 +03:00
parent 4d47f8ba11
commit 4190f15676

View File

@ -265,7 +265,7 @@ def on_set_ac_charging_thresholds(update: Update, context: CallbackContext) -> N
except (IndexError, ValueError): except (IndexError, ValueError):
usage = get_usage('setgenct', { usage = get_usage('setgenct', {
'CV': f'charging voltage 44, {LT} CV {LT} 51', 'CV': f'charging voltage, 44 {LT} CV {LT} 51',
'DV': f'discharging voltage, 48 {LT} DV {LT} 58' 'DV': f'discharging voltage, 48 {LT} DV {LT} 58'
}) })
reply(update, usage) reply(update, usage)