You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to offer to Lelylan a solution to easily simulate an MQTT device. We could offer something on Lelylan Node so that a client is open and closed after the supscribed notification is received.
URI - nodes.lelylan.com/mqtt/simulations/:id
FLOW - When a message is sent to the simulation URI, then a client is initialized. It listen for the message he subscribed for, receive it, update it and makes a PUT request to update the device properties in Lelylan.
The text was updated successfully, but these errors were encountered:
Right now we have this code that is perfect to simulate a light with MQTT. Set the correct ID and properties values and then run it. If MQTT works the loading will disappear on the device component.
We need to offer to Lelylan a solution to easily simulate an MQTT device. We could offer something on Lelylan Node so that a client is open and closed after the supscribed notification is received.
URI -
nodes.lelylan.com/mqtt/simulations/:id
FLOW - When a message is sent to the simulation URI, then a client is initialized. It listen for the message he subscribed for, receive it, update it and makes a PUT request to update the device properties in Lelylan.
The text was updated successfully, but these errors were encountered: