balena-io-hardware / testbot-sdk-sw

Node SDK for controlling and performing operations with testbot
https://www.npmjs.com/package/@balena/testbot
Apache License 2.0
4 stars 0 forks source link

Consider allowing switching DUT voltage in classes that don't inherit DeviceInteractor directly #23

Open acostach opened 2 years ago

acostach commented 2 years ago

It might be useful to allow overriding DUT voltage for classes that don't inherit DeviceInteractor directly, for use-cases like this:

class SDFlasher extends DeviceInteractor class BeagleBone extends SDFlasher

where only SDFlasher can set the readonly variable powerVoltage of DeviceInteractor.