"QueueDistributorConfigs": [
// one or mor DistributorConfig/s
"Connection": "tcp://127.0.0.1:1883", /* tcp://host:port of mqtt server */
"QosLevels": [ "AtMostOnce" ], /* AtMostOnce | AtLeastOnce | ExactlyOnce */
"RawHexTopics": [ "/opentrigger/rawhex/#" ], /* topics to subscribe to, expecting bluetooth packages in HexStream Format */
"TriggerTopic": "/opentrigger/signals/trigger", /* trigger messages will be published to this topic */
"ReleaseTopic": "/opentrigger/signals/release", /* release messages will be published to this topic */
"PublishFormat": "JsonPretty", /* Json | JsonPretty | HexString */
"ClientId": null, /* null will generate a random ClinetÍd */
"Distance": 100, /* possible delay between signals */
"UniqueIdentifier": "MacAndTokenCubePir", /* Mac | MacAndAdvertisingData | MacAndTokenCubePir */
"IncludedMacs": [ "00:00:00:00:00:00" ], /* Mac Address of your Button/s */
"Verbosity": 0, /* 0-5 */