GET
/device
Returns controller's type; firmware version; both mac addresses; and uptime in seconds
GET
/device/strategy
Returns the name, date, time, and CRC of the strategy currently in the controller, and the number of charts cu
GET
/device/strategy/ios/analogInputs
Returns the name and engineering units (EU) for all analog input points in the strategy
GET
/device/strategy/ios/analogInputs/{ioName}/eu
Reads the value in engineering units (EU) of the specified analog input
GET
/device/strategy/ios/analogOutputs
Returns the name and engineering units (EU) for all analog output points in the strategy
GET
/device/strategy/ios/analogOutputs/{ioName}/eu
Reads the value in engineering units (EU) of the specified analog output
POST
/device/strategy/ios/analogOutputs/{ioName}/eu
Sets the value of the specified analog output point
GET
/device/strategy/ios/digitalInputs
Returns the name and state (true = on, false = off) of all digital input points in the strategy. If there is n
GET
/device/strategy/ios/digitalInputs/{ioName}/state
Returns the specified digital input point's state (true = on, false = off)
GET
/device/strategy/ios/digitalOutputs
Returns the name and state (true = on, false = off) of all digital output points in the strategy
GET
/device/strategy/ios/digitalOutputs/{ioName}/state
Returns the specified digital output point's state (true = on, false = off)
POST
/device/strategy/ios/digitalOutputs/{ioName}/state
Sets the value of the specified digital output point
+ 43 MORE ENDPOINTS IN THE SPEC