-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I need to be able to configure the initial settings of a device. Users do not want to go through a list of settings to chose the different options that are always the same at startup. In my case this involves 5 settings per camera, including a 2-3 applies.
According to the documentation this is achieved through adding a function to the DEVICES list in the config file. However this is not working under Windows (at least for the moment). #179
Independently of the need of sending a function to the device server, I was wondering if it would be possible to add another dict argument to the device to configure the settings after initialization. For example initial_settings = {"read_speed": "100MHz", "sensor_temperature": "-10",...}.
At the moment, the conf argument is easily confused with this purpose.