Color codes...

David8 years ago

Hi Anton,

What means -exactly-the color of each device ?

Thanks in advance,

David

Anton Tananaev8 years ago

Green - device is connected
Yellow - unknown whether device is connected or not (happens if device doesn't send data for a long period of time)
Red - device is disconnected

gustavofarias4 years ago

When the device is connected but sending data that is being filtered by one of the many filters, like invalid filter or repeated filter, this counts as connected?

I still don't get the yellow color. You mean there was no direct request to shut the connection, but no data was sent for a period? When the protocol timeout is reached the connection will be shut by force and it will become red, right?

Anton Tananaev4 years ago

When the device is connected but sending data that is being filtered by one of the many filters, like invalid filter or repeated filter, this counts as connected?

Yes, it's connected. Filtering doesn't affect connection status. You can easily check it yourself.

You mean there was no direct request to shut the connection, but no data was sent for a period? When the protocol timeout is reached the connection will be shut by force and it will become red, right?

Yes and yes. Note that for some protocols there is no concept of connection at all (e.g. OsmAnd), so you only have green and yellow.