Page 1 of 1

API equivelent of "-remove device selection-"

Posted: Fri Feb 19, 2021 5:54 pm
by simmondp
In Potato when selecting the dropdown, there is the option to of "-remove device selection-" - a null selection.
However in the API there is only the option to set a device.
  • Strip.device.wdm
  • Strip.device.ks
  • Strip.device.mme
  • Strip.device.asio

Anyone know how to un-set the selection using the API??

Re: API equivelent of "-remove device selection-"

Posted: Sat Feb 20, 2021 6:43 am
by Vincent Burel
set a device with an empty name maybe : ""

Re: API equivelent of "-remove device selection-"

Posted: Sat Feb 20, 2021 5:08 pm
by simmondp
Pleased to report that

Strip.device.wdm = ""

Works!

Thanks