0.3.0 • Published 6 years ago

homebridge-amqp v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Homebridge AMQP Connector

This is set to be a more abstract AMQP Connector then the exisiting one.

Sends payload as message and also seperated in the headers

Heavily WIP !

Switch

{
    "accessory": "homebridge-amqp.AMQP",
    "slug": "light1",
    "name": "Light 1",
    "type": "switch",
    "queue": "commands",
    "connection": "amqp://guest:guest@localhost:5672/"
}

Shutter

{
    "accessory": "homebridge-amqp.AMQP",
    "slug": "shutter1",
    "name": "Shutter 1",
    "type": "shutter",
    "queue": "commands",
    "motion_time": 2000,
    "connection": "amqp://guest:guest@localhost:5672/"
}
0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago