struct PlaceOS::Client::API::Models::Trigger

Defined in:

placeos/api/models/trigger.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct PlaceOS::Client::API::Models::Response

new(pull : JSON::PullParser) new

Macros inherited from module PlaceOS::Client::API::Models::Response::Init

__add_initialize__ __add_initialize__

Constructor Detail

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

[View source]

Instance Method Detail

def actions : Actions #

[View source]
def conditions : Conditions #

[View source]
def control_system_id : String #

[View source]
def debounce_period : Int32 #

In milliseconds


[View source]
def description : String #

[View source]
def enable_webhook : Bool #

[View source]
def important : Bool #

[View source]
def name : String #

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

[View source]