Differences

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

Link to this comparison view

Both sides previous revision Previous revision
indigo_2025.2_documentation:plugin_guide [2026/05/04 23:48] – [The Request] davel17indigo_2025.2_documentation:plugin_guide [2026/05/04 23:49] (current) – [Plugin] davel17
Line 1661: Line 1661:
     some_other_value = action.props["someOtherKey"]     some_other_value = action.props["someOtherKey"]
          
-    some_result someOtherKey * 2 +    # the reply must be valid JSON or an indigoDict() object 
-    +    reply indigo.Dict() 
 +    reply["content"] = some_other_value * 2 
 +    reply["status_code"] = 200
     return some_result     return some_result
 </code> </code>
  • /www/perceptive/wiki/data/attic/indigo_2025.2_documentation/plugin_guide.1777938484.txt.gz
  • Last modified: 2026/05/04 23:48
  • by davel17