class Vecos::ReleezmeLocations
- Vecos::ReleezmeLocations
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::Locatable
- PlaceOS::Driver::Interface::Lockers
Defined in:
vecos/releezme_locations.crClass Method Summary
Instance Method Summary
- #building_id : String
-
#check_ownership_of(mac_address : String) : OwnershipMAC | Nil
return
nil
or{"location": "wireless", "assigned_to": "bob123", "mac_address": "abcd"}
-
#device_locations(zone_id : String, location : String | Nil = nil)
array of lockers on this level
-
#get_building_id
Finds the building ID for the current location services object
-
#locate_user(email : String | Nil = nil, username : String | Nil = nil)
array of devices and their x, y coordinates, that are associated with this user
-
#locker_allocate(user_id : String, bank_id : String | Int64, locker_id : String | Int64 | Nil = nil, expires_at : Int64 | Nil = nil) : PlaceLocker
allocates a locker now, the allocation may expire
-
#locker_release(bank_id : String | Int64, locker_id : String | Int64, owner_id : String | Nil = nil) : Nil
return the locker to the pool
- #locker_share(bank_id : String | Int64, locker_id : String | Int64, owner_id : String, share_with : String) : Nil
-
#locker_shared_with(bank_id : String | Int64, locker_id : String | Int64, owner_id : String) : Array(String)
a list of user-ids that the locker is shared with.
- #locker_unlock(bank_id : String | Int64, locker_id : String | Int64, owner_id : String | Nil = nil, open_time : Int32 = 60, pin_code : String | Nil = nil) : Nil
- #locker_unshare(bank_id : String | Int64, locker_id : String | Int64, owner_id : String, shared_with_id : String | Nil = nil) : Nil
-
#lockers_allocated_to(user_id : String) : Array(PlaceLocker)
a list of lockers that are allocated to the user
- #lookup_id(locker_id : String) : String
-
#macs_assigned_to(email : String | Nil = nil, username : String | Nil = nil) : Array(String)
return an array of MAC address strings lowercase with no seperation characters abcdeffd1234 etc
- #on_load
- #on_update
Class Method Detail
Instance Method Detail
return nil
or {"location": "wireless", "assigned_to": "bob123", "mac_address": "abcd"}
array of lockers on this level
array of devices and their x, y coordinates, that are associated with this user
allocates a locker now, the allocation may expire
return the locker to the pool
a list of lockers that are allocated to the user
return an array of MAC address strings lowercase with no seperation characters abcdeffd1234 etc