Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elmicro authored Mar 11, 2018
1 parent 1c33956 commit f3d19d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following information is also available in the module's `commandref` section

The commands listed below can be entered in the FHEM commandline or added to the fhem.cfg file.

> #### `define` devices
> #### Define Devices
`define <name> NETIO_4x <model> <connection>`

Expand All @@ -82,7 +82,7 @@ Examples:
* define a '4All' device using a domain name, basicAuth and a custom port:
`define MyNetio4All NETIO_4x 4All http://jsonuser:[email protected]:123`

> #### `set` output state
> #### Set Output State
`set <name> <output> <command>`

Expand All @@ -97,13 +97,13 @@ available `<command>` values:
* `5` - no change on `<output>` (output state is retained)
* `6` - ignore (state value is used to control output) !NOTE! that no state value is send by the NETIO_4x module

> #### `get` output state
> #### Get Output State
`get <name> state`

Get all available information from the device - update the readings.

> #### device readings
> #### Device Readings
* **OutputX_State** - state of each output (0=off, 1=on)
* **OutputX_Delay** - the delay which is used for short off/on (`command` `2` and `3`) in ms for each output
Expand Down

0 comments on commit f3d19d1

Please sign in to comment.