Types of methods

There are two types of methods -- local and global.

Local methods

Use local methods in a single project. Object types and their instances define local methods.
Acknowledge all
is an example of a local method for an alarm. Objects that define methods include:
  • alarms
  • logged
  • database
  • some graphic object

Global methods

Global methods are available regardless of the project node. Global methods include:
  • variable
  • core
  • alarm
  • UI
  • recipe
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.