Connection status

If I generate random sensor state data from a workflow as “simulation”, the device connection status shows a “red contact”. Is that correct when values are coming in?

It was confusing first, but if that’s how it should be, I’m ok with that too.

Hi Lars,

It sounds like you are sending device state data, and the device connection status is still “disconnected”. Instead of using a workflow, you can use the device simulator, which will handle the device connection status for you, and can even send random data. However if you need to use the workflow to simulate the data, I would add a Losant API Node, and call the Set Connection Status Device endpoint for the device, before sending random state.

Hope this helps,
Erin