Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<action action_id="Switch_LED_green" device_id="dev_X20BC0087">
    <commands>
      <command command_id="ON">write_single_coil(10,[1])</command>
        <command command_id="OFF">write_single_coil(10,[0])</command>
      </commands>
    </action>

This action needs to be configured in the Sensor Template and the be deployed to the according Location (See also How to deploy a Site Template).

If this action has been added to the locationa Location, we will see a new action button in the Admin & Live table - My Organization → Locations → ExampleName

 Image RemovedImage Added

These actions are on the complete bottom of the Admin & Live table.

 

Info

These actions can also be added to the Views under Views → Organization → ExampleName


...