From 2c06db6670b7560fb5aa17b6d8ca29acbcc60221 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 28 Oct 2019 10:57:00 +0100 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index e32d6661..ffd68668 100644 --- a/Commands.md +++ b/Commands.md @@ -155,7 +155,7 @@ Sleep|`0` = turn sleep off
`1..250` = set sleep duration in State|Display current device state and publish to `%prefix%/%topic%/RESULT` topic  »5.12.0 Status|` ` = show abbreviated [status information](JSON-Status-Responses#basic-response)
`0` = show all status information (1 - 11)
`1` = show device parameters information
`2` = show firmware information
`3` = show logging and telemetry information
`4` = show memory information
`5` = show network information
`6` = show MQTT information
`7` = show time information
`8` = show connected sensor information
`9` = show power thresholds *(only on modules with power monitoring)*
`10` = same as `Status 8` *(retained for backwards compatibility)*
`11` = show information equal to [`TelePeriod`](#teleperiod) state message SysLog|`0` = disable syslog logging *(default)*
`1` = show only error messages
`2` = show error and info messages
`3` = show error, info and debug messages
`4` = show error, info and more debug messages -Template|Show current [Template](Templates)  »6.5.0
`0` = create template from active module
`1..71` = create template from a supported module
`255` = merge current module and template settings into new template
`{ ... }` = store template in a [JSON payload](Templates#explanation-of-template-properties)
Does not activate the template. To activate use `Module 0`. +Template|Show current [Template](Templates)  »6.5.0
`0` = create template from active module
`x` = create template from a [supported module](modules)
`255` = merge current module and template settings into new template
`{ ... }` = store template in a [JSON payload](Templates#explanation-of-template-properties)
Does not activate the template. To activate use `Module 0`. Time|`0` = enable NTP *(default)*  »6.6.0.1
`1` = format JSON message timestamp in ISO format  »6.6.0.10
`2` = format JSON message timestamp in both ISO and Epoch format
`3` = format JSON message timestamp in Epoch format
`` = disable NTP and set UTC time as epoch value if greater than `1451602800` (January 1, 2016)  »6.6.0.1 TimeSTD
TimeDST|Set policies for the beginning of daylight saving time (DST) and return back to standard time (STD)  »5.14.0
`0` = reset parameters to firmware defaults
`H`,`W`,`M`,`D`,`h`,`T`
`H` = hemisphere (`0` = northern hemisphere / `1` = southern hemisphere)
`W` = week (`0` = last week of month, `1..4` = first .. fourth)
`M` = month (`1..12`)
`D` = day of week (`1..7` `1` = sunday `7` = saturday)
`h` = hour (`0..23`)
`T` = timezone (`-780..780`) (offset from UTC in **MINUTES** - 780min / 60min=13hrs)
_Example:_ `TIMEDST 1,1,10,1,2,660` Timezone|`-13..13` = set timezone offset from UTC in **HOURS**
`99` = use timezone configured with `TimeDST` and `TimeSTD`