Page 1 of 1

Options with nested dictionaty

Posted: Monday 08 October 2018 14:10
by golibali
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.

Code: Select all

Devices[1].Update(int(0), "Off",Options={'something':{'foo':'bar'}})
Could someone help me, what did I do wrong? Is there any other way to store not build in type data for devices?