class PointGrab::CogniPoint::CountUpdate

Overview

TODO : this data is posted to the subscription endpoint we need to implement webhooks for this to work properly

Included Modules

Extended Modules

Defined in:

point_grab/cogni_point.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def area_id : String #

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

[View source]
def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def devices : Array(String) #

[View source]
def devices=(devices : Array(String)) #

[View source]
def event_type : String #

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

[View source]
def timestamp : UInt64 #

[View source]
def timestamp=(timestamp : UInt64) #

[View source]