From cc3fc8aa726be64300417715094b095d98155e01 Mon Sep 17 00:00:00 2001
From: Michael Ingraham <34340210+meingraham@users.noreply.github.com>
Date: Tue, 19 Feb 2019 09:46:22 -0500
Subject: [PATCH] Updated Commands (markdown)
---
Commands.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Commands.md b/Commands.md
index 0d5f873d..3be8ba6d 100644
--- a/Commands.md
+++ b/Commands.md
@@ -73,10 +73,10 @@ http://sonoff/cm?user=admin&password=joker&cmnd=Backlog%20Power%20Toggle%3BPower
## Command Overview
- Every command used without a parameter (payload) returns current setting.
-`Power` will return the status of Relay1
+Example: `Power` will return the status of Relay1
- Instead of `0` you can use `off` and instead of `1` you can use `on`
-`Power ON` turns Relay1 on
-`Power1 1` also turns Relay1 on
+Example: `Power ON` turns Relay1 on
+Example: `Power1 1` also turns Relay1 on
- Replace `` in a command with the appropriate index number. Leave it empty to use the first available.
- In commands with parameters `x..y` you can use any number from and including `x` to `y`