feat/#3 binary decoder for occupancy events and stubs

This commit is contained in:
survellow
2024-05-29 23:00:36 +02:00
parent 7575286cf4
commit 6e41013788
6 changed files with 769 additions and 31 deletions

View File

@@ -19,6 +19,7 @@
"bson": "^5.5.1",
"country-flag-emoji-polyfill": "^0.1.8",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"pinia": "^2.1.7",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
@@ -4581,6 +4582,14 @@
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/date-fns-tz": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.1.3.tgz",
"integrity": "sha512-ZfbMu+nbzW0mEzC8VZrLiSWvUIaI3aRHeq33mTe7Y38UctKukgqPR4nTDwcwS4d64Gf8GghnVsroBuMY3eiTeA==",
"peerDependencies": {
"date-fns": "^3.0.0"
}
},
"node_modules/de-indent": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",