Update device params through widgets

Hello everybody!

I’d like to know if is it possible to alter a device’s parameters using widgets such as input form or input control. For context, i’m using the device parameters to pass values to my payload parser and i’d like to give my users a easier way to change them. I reckon i’d have to implement an Analysis for that goal right?

Thanks a lot!

Yes, the quickest wey is to use the device list widget, and filter your devices accordingly for your users. in there, you can make a column displaying the name of the device, and another getting the parameter and make it editable.

Thank you so much! I’ll try that approach