UNPKG

@testwizard/commands-powerswitch

Version:

10 lines (8 loc) 368 B
'use strict'; module.exports = { GetPowerSwitchStatusCommand: require('./GetPowerSwitchStatusCommand'), SwitchPowerCommand: require('./SwitchPowerCommand'), SwitchPowerOffCommand: require('./SwitchPowerOffCommand'), SwitchPowerOnCommand: require('./SwitchPowerOnCommand'), PowerSwitchStatusResult: require('./PowerSwitchStatusResult') };