wip
This commit is contained in:
@@ -20,6 +20,9 @@ class Pc(HardwareBase):
|
||||
def reboot(self, reason=None):
|
||||
print("REBOOT!")
|
||||
|
||||
def soft_reboot(self):
|
||||
print("SOFT REBOOT!")
|
||||
|
||||
def uninstall(self):
|
||||
print("uninstall")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user