-
Notifications
You must be signed in to change notification settings - Fork 180
Send Config Message
sqrtofsaturn edited this page Apr 4, 2016
·
2 revisions
Sending a message from device to device creates a series of jobs in Meshblu Core.
Basic Rules:
- Only publish to Redis in
*Received
jobs -
Subscription*
jobs can only create otherSubscription*
jobs -
*Receieved
jobs can only create*Received
jobs
uuid: "A"
updatedAt: "2016-04-01 00:00:00"
meshblu:
whitelists:
configure:
received: B: {}
A Device must explicitly subscribe to any message type it wants to receive in the Firehose.
emitterUuid: "A"
subscriberUuid: "B"
type: "configure.sent"
emitterUuid: "B"
subscriberUuid: "B"
type: "configure.received"
devices: ["*"]
payload: "HI"
meshblu:
whitelists:
configure:
received: B: {}
meshblu:
whitelists:
configure:
received: C: {}
A Device must explicitly subscribe to any message type it wants to receive in the Firehose.
emitterUuid: "A"
subscriberUuid: "B"
type: "configure.sent"
emitterUuid: "B"
subscriberUuid: "B"
type: "configure.received"
emitterUuid: "B"
subscriberUuid: "C"
type: "configure.received"