powermon.outputs.screen module

outputs / screen.py

class powermon.outputs.screen.Screen

Bases: AbstractOutput

outputs the results to the screen as per the formatter supplied

classmethod from_config(output_config) Screen

If we need to include any config for the Screen output but the processing here

process(command=None, result: Result = None, mqtt_broker=None, device_info=None)

entry point of any output class