Hello
I’m trying to play with custom capabilities, to enrich my app
but i (again) bump into I presume a bad understanding of how this all works. Probably my level of english not good enough to perfectly understand the manuals
there is my problem : when init’ing my device (within the onInit method) I just want to update some options of my capability. But I do not know how to access the options.
Thank you @robertklep. Actually options are populated from the json files - and it even does not work if I try setCapabilityOptions just before.
It just looks like I’m using a kind of wrong syntax basically
Oh thank you I now realize my error.
I actually wanted to update the values list for an enum capability. But these values are a property of the capability, not an option.
So I have to search elsewhere how I could define this list dynamically.