PowerShell Action - CSV Column Headers Required

  Field Name

  Description

  Notes

action:equipmentname

Name of the equipment item as seen in the equipment manager

Unique

action:devicename

Name of the device interface

Device Common

action:name

Name of the particular action

PowerShellAction

action:order

If multiple actions are present in the equipment item, this defines the order

0

action:functionid

Custom event function that will activate this action

This is normally blank.

action:triggername

Name of the trigger that executes the action

EventStart,EventStop

SetupStart, TeardownStop

EventStartStop, EventSetupTeardown,
ZoneFirstLastEventStartStop,
ZoneFirstLastSetupTeardown

parm:id

Unique Guid

(not used)

parm:objectname

Unique name of device controlled

 

parm:startvalue

PowerShell parameters for the START command

 

parm:stopvalue

PowerShell parameters for the STOP command

 

parm:scriptname

PowerShell script to run

Eg. Script1.ps1

Script must already exist in the \powershell folder.