From cdd5b027c4ee97faca1b622dce9ff715d619fdc3 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Mon, 12 Aug 2024 11:03:33 +0200 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3de7986..8ab11ae 100644 --- a/index.html +++ b/index.html @@ -491,7 +491,7 @@ } // Create the device object - // TODO: Use numbers instead of device ID to reduce the amount of used tokens + // We use numbers instead of device ID to reduce the amount of used tokens let deviceIdByNumber = deviceIdsByNumber[device.id]; if (!deviceIdByNumber) { deviceIdByNumber = deviceIdsByNumber[device.id] = Object.keys(deviceIdsByNumber).length + 1; @@ -517,4 +517,4 @@ } }); - \ No newline at end of file +