-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>` | ||
|
||
|
@@ -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>` | ||
|
||
|
@@ -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 | ||
|