Skip to content

Interfaces

njesse edited this page Nov 24, 2017 · 2 revisions

MQTT

Topics

The following topics are suggested:

  • device/[externalID]
  • device/[ID]
  • location/[ID]
  • connection/[externalID]
  • connection/[ID]

Messages

The messages send to these topics only contain a keyword. All other details should be obtained through the REST-interface.

  • ping (send to device)
  • update (send to device or connection)
  • add (send if another device is added to a location or a connection. The device itself is informed via update)
  • remove (send if another device is reomved from a location or a connection. The device itself is informed via update)
Clone this wiki locally