AVOLITES TITAN API

DecodeGPIOStimulus

Decodes a GPIO stimulus and puts the values into the supplied properties. Supports the 'Learn' function

Namespace: Triggers

Syntax

MACRO

Void Triggers.DecodeGPIOStimulus(Stimulus stimulus, String groupProperty, String pinProperty, String levelProperty, String minValueProperty, String maxValueProperty, String thresholdProperty)

HTTP

http://[ip]:4430/titan/script/2/Triggers/DecodeGPIOStimulus?stimulus={}&groupProperty={string}&pinProperty={string}&levelProperty={string}&minValueProperty={string}&maxValueProperty={string}&thresholdProperty={string}

Parameters

stimulus ( Stimulus ) : The stimulus.

groupProperty ( String ) : The group property.

pinProperty ( String ) : The pin property.

levelProperty ( String ) : The level property.

minValueProperty ( String ) : The min value property.

maxValueProperty ( String ) : The max value property.

thresholdProperty ( String ) : The threshold property.