diff --git a/docs/source/Plugin/P001_commands_GPIO.repl b/docs/source/Plugin/P001_commands_GPIO.repl index 47bd421f7..74366fda9 100644 --- a/docs/source/Plugin/P001_commands_GPIO.repl +++ b/docs/source/Plugin/P001_commands_GPIO.repl @@ -124,3 +124,11 @@ Supported hardware: |P000_usedby_GPIO| **To monitor a GPIO state.** By the use of the command you will receive events when the GPIO state of that pin is changed from 1 to 0 and from 0 to 1. " + " + ``GPIOtoggle,`` + + GPIO: 0 ... 16 + "," + **To toggle a GPIO state.** + With this command you can change the given state of a pin from either 1 to 0 or from 0 to 1. + "