Search found 1 match
- Monday 08 October 2018 14:10
- Forum: Python
- Topic: Options with nested dictionaty
- Replies: 0
- Views: 221
Options with nested dictionaty
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. 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 ...