Skip to main content

EsORMWifiConnectionNode

No description

type EsORMWifiConnectionNode {
id: ID
time: GQLTDate
deviceId: String
userId: String
accessPointId: String
apMacAddress: String
macAddress: String
signalDb: Int
framesIn: Int
framesOut: Int
frameRetriesIn: Int
frameRetriesOut: Int
throughputIn: Float
throughputOut: Float
capableSpeed: Int
associationStart: Int
associationTime: Int
device: ExDevice
accessPoint: ExDevice
user: ExUser
}

Fields#

id (ID)#

time (GQLTDate)#

deviceId (String)#

userId (String)#

accessPointId (String)#

apMacAddress (String)#

macAddress (String)#

signalDb (Int)#

framesIn (Int)#

framesOut (Int)#

frameRetriesIn (Int)#

frameRetriesOut (Int)#

throughputIn (Float)#

throughputOut (Float)#

capableSpeed (Int)#

associationStart (Int)#

associationTime (Int)#

device (ExDevice)#

accessPoint (ExDevice)#

user (ExUser)#