aboutsummaryrefslogtreecommitdiff
path: root/inverterd/inverterd.py
diff options
context:
space:
mode:
Diffstat (limited to 'inverterd/inverterd.py')
-rw-r--r--inverterd/inverterd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/inverterd/inverterd.py b/inverterd/inverterd.py
index b2814d5..4b24e50 100644
--- a/inverterd/inverterd.py
+++ b/inverterd/inverterd.py
@@ -5,6 +5,7 @@ from enum import Enum
class Format(Enum):
JSON = 'json'
+ SIMPLE_JSON = 'simple-json'
TABLE = 'table'
SIMPLE_TABLE = 'simple-table'