Options with nested dictionaty
Posted: Monday 08 October 2018 14:10
Hi all,
Is there a way to store nested dictionary in the Devices Options field? Or it should store it? Becaus I tested, and the plugin crashed.
Could someone help me, what did I do wrong? Is there any other way to store not build in type data for devices?
Is there a way to store nested dictionary in the Devices Options field? Or it should store it? Becaus I tested, and the plugin crashed.
Code: Select all
Devices[1].Update(int(0), "Off",Options={'something':{'foo':'bar'}})