VALert
Revision as of 08:43, 10 February 2021 by Z033 (talk | contribs) (Created page with "== Back to Libraries == == VALERT library == === Client === '''VALERT_RX_EVENTS''' Read events from given VAlert device {| class="wikitable"...")
Back to Libraries
VALERT library
Client
VALERT_RX_EVENTS
Read events from given VAlert device
in | BUS | STRING[255] | RS485 bus (eg. /dev/tty3) |
in | BAUDRATE | UINT | RS485 baudrate (default 2400) |
out | ERR | BOOL | indicates some error occurs |
out | ERR_ID | WORD | identifies occured error by unique code (see Error codes) |
out | VALID | BOOL | indicates success operation and valid output |
VALERT_PRINT_EVENTS
Print received VAlert events
VALERT_EVENT
in | ZONES | STRING[255] | zones list (eg. 1, or 1,2,3) |
in | SENSOR | STRING[255] | sensors list (eg. 1, or 1,2,3) |
out | ERR | BOOL | indicates some error occurs |
out | ERR_ID | WORD | identifies occured error by unique code (see Error codes) |
out | VALID | BOOL | indicates success operation and valid output |