bump version

remove send Ax256
change powerplug.portrait to power
reduce time from 10_000 to 1_000
remove sending print
add shellview
This commit is contained in:
neon443
2025-06-22 19:53:12 +01:00
parent 71c8e3f891
commit aab1756b5a
6 changed files with 52 additions and 12 deletions

View File

@@ -19,6 +19,8 @@ class SSHHandler: ObservableObject {
@Published var authorized: Bool = false
@Published var testSuceeded: Bool? = nil
@Published var bell: UUID?
@Published var host: Host
private let userDefaults = NSUbiquitousKeyValueStore.default