struct PlaceOS::API::Models::Websocket::Response::Notify

Overview

Asyncronous state update from an active binding.

Included Modules

Defined in:

placeos/api/models/websocket/response/notify.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : String | Int32 | Int64 #

The identifier included with the original request.


[View source]
def meta : Meta | Nil #

Associated metadata.


[View source]
def value : JSON::Any #

New status value


[View source]