mirror of
https://github.com/elisspace/core.git
synced 2026-09-22 02:27:52 +00:00
* Move all components into folders * Move component tests into folders * Fix init moving * Move tests * Lint * Update coverage * Fix service descriptions * Update CODEOWNERS
13 lines
540 B
YAML
13 lines
540 B
YAML
write_coil:
|
|
description: Write to a modbus coil.
|
|
fields:
|
|
address: {description: Address of the register to read., example: 0}
|
|
state: {description: State to write., example: false}
|
|
unit: {description: Address of the modbus unit., example: 21}
|
|
write_register:
|
|
description: Write to a modbus holding register.
|
|
fields:
|
|
address: {description: Address of the holding register to write to., example: 0}
|
|
unit: {description: Address of the modbus unit., example: 21}
|
|
value: {description: Value to write., example: 0}
|