From 08446885553df8cb682ac849c3a43af4fc572d6f Mon Sep 17 00:00:00 2001 From: Sriramajeyam Date: Tue, 25 Sep 2018 16:18:39 +0100 Subject: [PATCH] fixed markdown formatting issue --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bbbc968..92c7d34 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,13 @@ Multiple time based threshold rules can be set for any given pattern. If multipl Following notations should be followed when added time based threshold rule Name : Can be any representation in string but not more than 60 characters. + From : in HHMM format examples: 0000 2400 1330 1250 + To : in HHMM format examples: 0000 2400 1330 1250 + On : Days seperated by comma. Order doesnt matter. Examples; "Sat,Sun", "Mon,Sun,Tue" + Threshold : Same format as default threshold ![Time based thresholds](https://raw.githubusercontent.com/yesoreyeram/yesoreyeram-boomtable-panel/master/dist/src/img/time-based-thresholds.png)