Config Actuation Example

The Config Actuation example attempts to set points on a device when files are added or updated in its configuration store.

Configuration

The name of a configuration file must match the name of the device to be actuated. The configuration file is a JSON dictionary of point name and value pairs. Any number of points on the device can be listed in the config.

{
    "point0": value,
    "point1": value
}