Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WeeJeWel authored Aug 12, 2024
1 parent 52a33f4 commit cdd5b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -517,4 +517,4 @@
}

});
</script>
</script>

0 comments on commit cdd5b02

Please sign in to comment.