inverter/status: dump_status(): return ac_mode

This commit is contained in:
Evgeny Zinoviev 2022-08-30 21:18:50 +03:00
parent 765bb8d8c4
commit 15744c94c3

View File

@ -465,4 +465,5 @@ class InverterMonitor(Thread):
'floating_stopwatch_elapsed': self.floating_stopwatch.get_elapsed_time(),
'time_now': time.time(),
'next_current_enter_time': self.next_current_enter_time,
'ac_mode': self.ac_mode
}