---
title: "Other Devices"
canonical: "https://farmconnect.docs.rubiconwater.com/space/FCD/2078933029/Other%20Devices"
format: markdown
---
> Macro (toc)

> ℹ️ **Note**
> ℹ️ 
> ℹ️ Use the Advanced program interface for access to these actions. Events are available in both the Simple and Advanced interfaces.

# Standard Relay Controller

(For example, you might use relay controllers to switch devices such as sprinklers on and off.)

## Events

For relays where X = 0 to 7

| **Event** | **Description** |
| --- | --- |
| Relay X on | Tests whether the **Relay X Manual Control **tag is on. |
| Relay X off | Tests whether the **Relay X Manual Control **tag is off. |

## Actions

For relays where X = 0 to 7

| **Action** | **Description** |
| --- | --- |
| Turn on relay X | Turn on relay X. |
| Turn off relay X | Turn off relay X. |

---