Forward Payload
less than a minute
Forward Payload sends the payload from a source field
to destination field
.
Supports only for the Field
resource.
- Navigate to
Operations >> Forward Payload
- Click on
Add
button
Form View
- On the
Source Field
andDestination Field
type Field ID, displays matching ids as a dropdown.
YAML View
id: forward_water_level # (1)
description: Sends tank water level to display node # (2)
enabled: true # (3)
srcFieldId: field:mysensor.1.1.V_VOLUME # (4)
dstFieldId: field:mysensor.13.1.V_VOLUME # (5)
id
- should be unique across forward payloaddescription
of the entityenable
- enable/disable this entrysrcFieldId
- source field iddstFieldId
- destination field id
Last modified May 13, 2021: add schedule page (a533620)