for example
my config.yaml :
plugins:
BBB:
PWMSS:
- NAME: 11
PWM11: 1111
- NAME: 99
PWM12: 9999
and I wanna modify some value by using self._settings.set([])
I could modify PWMSS
self._settings.set(['PWMSS'], int(data))
but how? second Name(value=1) in PWMSS?
is it possible? ot there is any way?