Skip to main content

EsORMWifiDeviceNode

No description

type EsORMWifiDeviceNode {
id: ID
time: GQLTDate
deviceId: String
accessPointId: String
userId: String
apMacAddress: String
apIpAddress: String
essid: String
macAddress: String
os: String
role: String
type: String
ipAddress: String
ip6Address: String
channel: Int
name: String
signalDb: Int
capableSpeed: Int
connectionTime: Int
connectionStart: Int
device: ExDevice
accessPoint: ExDevice
user: ExUser
}

Fields#

id (ID)#

time (GQLTDate)#

deviceId (String)#

accessPointId (String)#

userId (String)#

apMacAddress (String)#

apIpAddress (String)#

essid (String)#

macAddress (String)#

os (String)#

role (String)#

type (String)#

ipAddress (String)#

ip6Address (String)#

channel (Int)#

name (String)#

signalDb (Int)#

capableSpeed (Int)#

connectionTime (Int)#

connectionStart (Int)#

device (ExDevice)#

accessPoint (ExDevice)#

user (ExUser)#