From c835e84922538af7bb5e5aff65771e3e90df80a0 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 22 Oct 2024 19:42:22 -0600 Subject: [PATCH] clarify docs --- static/api-demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/api-demo.html b/static/api-demo.html index fa0437a..5edd7fd 100644 --- a/static/api-demo.html +++ b/static/api-demo.html @@ -34,7 +34,7 @@ const Second = Millisecond * 1000 * Class variables you may enjoy: * * delay: rx delay to add to incoming messages, higher-latency networks will need a larger value - * transmitters: how many things are sending to the repeater right now + * transmitters: how many clients are sounding * reconnect: if true, will try to maintain a connection to the server * reconnectDelay: how long to wait between disconnection and reconnect attempt * clients: how many connected clients the repeater last reported