class PointGrab::CogniPoint
- PointGrab::CogniPoint
- PlaceOS::Driver
- Reference
- Object
Defined in:
point_grab/cogni_point.crClass Method Summary
Macro Summary
Instance Method Summary
- #area(site_id : String, building_id : String, floor_id : String, area_id : String)
- #areas(site_id : String, building_id : String, floor_id : String)
- #building(site_id : String, building_id : String)
- #building_areas(site_id : String, building_id : String)
- #buildings(site_id : String)
- #customers
- #delete_subscription(id : String)
- #expire_token!
- #floor(site_id : String, building_id : String, floor_id : String)
- #floors(site_id : String, building_id : String)
- #get_token
- #handlers
- #on_load
- #on_update
- #site(site_id : String)
- #sites
- #subscribe(handler_uri : String, auth_token : String = UUID.random.to_s, events : NotificationType = NotificationType::Counting)
-
#subscriptions
provides access to the modules subscriptions tracker
- #token_expired?
- #update_count(count_json : String)
- #update_subscription(id : String, started : Bool = true)
Class Method Detail
Macro Detail
Instance Method Detail
def area(site_id : String, building_id : String, floor_id : String, area_id : String)
#
def subscribe(handler_uri : String, auth_token : String = UUID.random.to_s, events : NotificationType = NotificationType::Counting)
#
def subscriptions
#
Description copied from class PlaceOS::Driver
provides access to the modules subscriptions tracker