DHWCtrl.PortConfig

Configures a port.

Properties

Parameters (request frame)

Name Type/Size Description
Port Integer (8 bits) Number of port to access.
Mode Integer (8 bits)

There are four modes possible:

  • OUTPUT_LOW - 0: The port is pushed to low level.
  • OUTPUT_HIGH - 1: The port is pushed to high level.
  • INPUT_TRISTATE - 2: The port is in very high resistance mode.
  • INPUT_PULLUP - 3: The port drives a positive voltage over a resistor

Returned values (response frame)

None