Search found 1 match

by golibali
Monday 08 October 2018 14:10
Forum: Python
Topic: Options with nested dictionaty
Replies: 0
Views: 237

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 ...