| GetValue | returns the value of an IP-Symcon variable, independent of its type |
| GetValueBoolean | returns the value of an IP-Symcon variable of the type Boolean |
| GetValueFloat | returns the value of an IP-Symcon variable of the type Float |
| GetValueFormatted | returns the value of an IP-Symcon variable and formats it according to its profile |
| GetValueFormattedEx | returns a value formatted based on the profile of a variable |
| GetValueInteger | returns the value of an IP-Symcon variable of the type Integer |
| GetValueString | returns the value of an IP-Symcon variable of the type String |
| HasAction | checks whether an action is defined |
| RequestAction | execute the variable action of an IP-Symcon variable |
| RequestActionEx | execute the action of an IP-Symcon variable with individual sender |
| SetValue | set the value of an IP-Symcon variable independent of its type |
| SetValueBoolean | set the value of an IP-Symcon Variable with the type Boolean |
| SetValueFloat | set the value of an IP-Symcon variable with the type Float |
| SetValueInteger | set the value of an IP-Symcon variable with the type Boolean |
| SetValueString | set the value of an IP-Symcon variable with the type String |