prelim test passes for potato
'Command.Eject'
This commit is contained in:
pblivingston
2025-12-02 18:12:15 -05:00
parent d7cb1d610d
commit 8c3217b9a8
3 changed files with 6 additions and 0 deletions

View File

@@ -154,6 +154,10 @@ class Recorder : IRemote {
[void] Prefix ([string]$prefix) {
$this.Setter('prefix', $prefix)
}
[void] Eject () {
$this.remote.Setter('Command.Eject', 1)
}
}
class RecorderMode : IRemote {