class Place::MQTT

Defined in:

place/mqtt.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def connected #

[View source]
def disconnected #

[View source]
def on_load #

[View source]
def on_unload #

[View source]
def on_update #

[View source]
def ping #

[View source]
def publish(key : String, payload : String) : Nil #

[View source]
def received(data, task) #

[View source]