ELTRONIKA sp. z.o.o.
Ul. Warszawska 41 lok.7
05-092 Łomianki
www.eltronika.com
- Polska: +48 22 751 97 44
- Česká republika: +420 228 880 487
- Slovensko: +421 904 540 707
41
and action set to ,,Set HIGH state''. As result at entered time of the event high state will
be set on pins 11,13 and on pins 12,14 no action will be taken (previous state will be
preserved). An event execution can be also directly tested by clicking Test (current GPIO
states will be refreshed automatically).
There is also a possibility to manually operate GPIO pins using HTTP GET
<device_ip>/actions/gpio_action.php
request. The following parameters can be
used:
Parameter
Accepted values
cmd
readall, read, write
pins
Any combination of pins 7-14 separated by commas
state
H, L, I, S (high, low, input, switch states)
The readall command requires no additional parameters. However, read and
write requires setting pins parameter. write requires setting state parameter. Please
keep in mind that you are not able to set state on input pins. Parameters should be
provided in webpage address after ‘?’ character typical for complex GET requests.
Parameter and its values are separated with = character, i.e. ,,parameter=value'' . Each
pair of parameter and value are separated from another with & character (see
examples).