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
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
The number of devices are known. It makes no sense to show unknown users because the script reads MAC addresses: see Bytespeicher/space-status and Bytespeicher/space-status/issues/1
There are some ideas with flags in the connected_users script of the space-status that can distinguish between opt-in users for public announcement and unknown users with combined devices (e.g. 1 Smartphone, 1 Laptop).
In a first step the Bytebot can show the public connected_devices number.
A quick solution is to add the "status" information to the "state" output:
Der Space ist offen! 10 devices connected
But it's mixed German and English because of the fixed status message in Bytespeicher/space-status/blob/master/generate_spaceapi. The code was changed in spacestatus.py in line 31:
irc.msg(channel, '\tDer Space ist offen! ' + str(data['status']))
Please add the number of unknown users to !users
The text was updated successfully, but these errors were encountered: