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 +