mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added Remote module that allows remote monitoring of the system (not publicly available since it's in the early stage)
This commit is contained in:
@@ -278,6 +278,8 @@ public extension Notification.Name {
|
||||
static let pause = Notification.Name("pause")
|
||||
static let toggleFanControl = Notification.Name("toggleFanControl")
|
||||
static let combinedModulesPopup = Notification.Name("combinedModulesPopup")
|
||||
static let remoteLoginSuccess = Notification.Name("remoteLoginSuccess")
|
||||
static let remoteState = Notification.Name("remoteState")
|
||||
}
|
||||
|
||||
public var isARM: Bool {
|
||||
@@ -411,3 +413,8 @@ public enum RAMPressure: String, Codable {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public struct TokenResponse: Codable {
|
||||
public let access_token: String
|
||||
public let refresh_token: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user