Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
indigo_2025.1_documentation:trigger_class [2025/09/22 19:58] – created - external edit 127.0.0.1indigo_2025.1_documentation:trigger_class [2026/04/07 18:27] (current) – external edit 127.0.0.1
Line 31: Line 31:
  
 ^  Property  ^  Type  ^  Writable  ^  Description  ^ ^  Property  ^  Type  ^  Writable  ^  Description  ^
-|//''actions''// list of [[action_class|Action]]  |  Yes  |a list of Action objects (action steps in AS) that are executed for this trigger **Not yet implemented**| 
 |//''description''// string  |  Yes  |description of the trigger| |//''description''// string  |  Yes  |description of the trigger|
 |//''enabled''// boolean  |  Yes  |true if this trigger is enabled| |//''enabled''// boolean  |  Yes  |true if this trigger is enabled|
Line 113: Line 112:
  
 ^  Command Syntax Examples  ^ ^  Command Syntax Examples  ^
-|<code>indigo.trigger.enable(12,value=False)</code>+|<code>indigo.trigger.enable(123,value=False)</code>
-|<code>indigo.trigger.enable(12,value=True)</code>+|<code>indigo.trigger.enable(123,value=True)</code>
-|<code>indigo.trigger.enable(12, value=True, duration=360, delay=60)</code>|+|<code>indigo.trigger.enable(123, value=True, duration=360, delay=60)</code>|
  
 ^  Parameters  ^^^^ ^  Parameters  ^^^^
Line 143: Line 142:
  
 ^  Command Syntax Examples  ^ ^  Command Syntax Examples  ^
-|<code>depDict = indigo.trigger.getDependencies(123)</code>|+|<code>indigo.trigger.getDependencies(123)</code>|
  
 ^  Parameters  ^^^^ ^  Parameters  ^^^^
  • /www/perceptive/wiki/data/attic/indigo_2025.1_documentation/trigger_class.1758571102.txt.gz
  • Last modified: 2025/09/22 19:58
  • by 127.0.0.1