From 777a5fb9f21444a6b13102c5db0aef45c07d2c34 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 27 Jul 2020 22:46:23 -0400 Subject: [PATCH] docs: update README to mention battery option in config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfff56ff..a8173533 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ These are the following supported flag config values: | `basic` | Boolean | | `hide_table_count`| Boolean | | `use_old_network_legend`| Boolean | +| `battery` | Boolean | | `rate` | Unsigned Int (represents milliseconds) | | `default_time_value` | Unsigned Int (represents milliseconds) | | `time_delta` | Unsigned Int (represents milliseconds) |