Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 823 Bytes

File metadata and controls

33 lines (29 loc) · 823 Bytes

App Configuration:

joinListener:
  class: JoinListener
  module: joinListener
  join_api_key: !secret join_api_key 
  port: 1822
  device_name: appdaemon
key optional type default description
module False string The module name of the app.
class False string The name of the Class.
join_api_key False string Join App API key
port False integer Port to start Listener
device_name False string Device Identifier in Join

Sample Event:

{
    "event_type": "join_event",
    "event": {
        "deviceNames": "appdaemon",
        "apikey": "<api-key>",
        "text": "hello=:=sriram=:=07",
        "senderId": "6c0baa3034514e9e963ba6743143f7cd",
        "id": "fca4ceb7-f153-43f0-8584-5ffadfa1e83f"
    }
}