class Daemon::ClientStatus

Included Modules

Defined in:

daemon.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def audioPercent : String | Nil #

[View source]
def audioPercent=(audioPercent : String | Nil) #

[View source]
def audioStatus : String | Nil #

[View source]
def audioStatus=(audioStatus : String | Nil) #

[View source]
def guestUser : String | Nil #

[View source]
def guestUser=(guestUser : String | Nil) #

[View source]
def hostname : String #

[View source]
def hostname=(hostname : String) #

[View source]
def ip : String #

[View source]
def ip=(ip : String) #

[View source]
def lastSeenAt : Time #

[View source]
def lastSeenAt=(lastSeenAt : Time) #

[View source]
def loggedIn : Bool #

[View source]
def loggedIn=(loggedIn : Bool) #

[View source]
def powerPercent : String | Nil #

[View source]
def powerPercent=(powerPercent : String | Nil) #

[View source]
def powerStatus : String | Nil #

[View source]
def powerStatus=(powerStatus : String | Nil) #

[View source]