Code: Select all
<Action id="phDigitalOutOn">
<Name>Control a Phidget Digital Output on a Standalone Phidget</Name>
<CallbackMethod>phidgetOutputControl</CallbackMethod>
<ConfigUI>
... ...and it worked. I hadn't used that function in a while but today I got a report of an error. In testing I see that dev is passed as empty. It was not an issue since the devId I need is in the action props anyway. But, I was wondering if something changed, or is maybe broken?
