class Cisco::Meraki::NetworkDevice

Included Modules

Extended Modules

Defined in:

cisco/meraki/scanning_api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def firmware : String #

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

[View source]
def floor_plan_id : String | Nil #

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

[View source]
def lat : Float64 #

[View source]
def lat=(lat : Float64) #

[View source]
def lng : Float64 #

[View source]
def lng=(lng : Float64) #

[View source]
def location : DeviceLocation | Nil #

Used for caching the location calculated for this device where an observation doesn't have location values but has a closest WAP


[View source]
def location=(location : DeviceLocation | Nil) #

Used for caching the location calculated for this device where an observation doesn't have location values but has a closest WAP


[View source]
def mac : String #

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

[View source]
def model : String #

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

[View source]
def name : String | Nil #

This is useful for when we have to map meraki IDs to our zones


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

This is useful for when we have to map meraki IDs to our zones


[View source]
def serial : String #

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

[View source]