powermon.outputformats package¶
outputformats / __init__.py
- class powermon.outputformats.FormatterType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
StrEnum
enumeration of valid formatter types
- powermon.outputformats.from_config(format_config) AbstractFormat ¶
use a config dict to build and return a format class
Submodules¶
- powermon.outputformats.abstractformat module
- powermon.outputformats.bmsresponse module
- powermon.outputformats.cache module
- powermon.outputformats.hass module
- powermon.outputformats.htmltable module
- powermon.outputformats.json_fmt module
- powermon.outputformats.raw module
- powermon.outputformats.simple module
- powermon.outputformats.table module
- powermon.outputformats.topics module