Jukeberry 1.0.0

Jukeberry lets you select music from a group of RFID cards and play it on any device listening the proper events

Servers

tcp://mr1nljqp0y1g2d.messaging.solace.cloud:21128 mqtt

Operations

Pub card/presented

Inform when a card has been read

Accepts the following message:

<anonymous-message-1>

Payload
object
id
integer
>= 0

Id of read card.

text
string

The card might have any text description.

sentAt
string
date-time

Date and time when the message was sent.

Additional properties are allowed.

Examples

<anonymous-message-1>
Payload
{
  "id": 0,
  "text": "string",
  "sentAt": "2019-08-24T14:15:22Z"
}
This example has been generated automatically.

Pub stop/pushed

Inform when the stop button was pushed

Accepts the following message:

<anonymous-message-2>

Payload
object
sentAt
string
date-time

Date and time when the message was sent

Additional properties are allowed.

Examples

<anonymous-message-2>
Payload
{
  "sentAt": "2019-08-24T14:15:22Z"
}
This example has been generated automatically.

Messages

#1 <anonymous-message-1>

Payload
object
id
integer
>= 0

Id of read card.

text
string

The card might have any text description.

sentAt
string
date-time

Date and time when the message was sent.

Additional properties are allowed.

#2 <anonymous-message-2>

Payload
object
sentAt
string
date-time

Date and time when the message was sent

Additional properties are allowed.