class Cisco::Meraki::NetworkDevice
- Cisco::Meraki::NetworkDevice
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
cisco/meraki/scanning_api.crConstructors
Instance Method Summary
- #firmware : String
- #firmware=(firmware : String)
- #floor_plan_id : String | Nil
- #floor_plan_id=(floor_plan_id : String | Nil)
- #lat : Float64
- #lat=(lat : Float64)
- #lng : Float64
- #lng=(lng : Float64)
-
#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
-
#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
- #mac : String
- #mac=(mac : String)
- #model : String
- #model=(model : String)
-
#name : String | Nil
This is useful for when we have to map meraki IDs to our zones
-
#name=(name : String | Nil)
This is useful for when we have to map meraki IDs to our zones
- #serial : String
- #serial=(serial : String)
Constructor Detail
Instance Method Detail
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
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