gan-web-bluetooth
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "gan-web-bluetooth", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Library for interaction with GAN Smart Timers and GAN Smart Cubes using Web Bluetooth API", | ||
@@ -46,3 +46,3 @@ "private": false, | ||
"devDependencies": { | ||
"@types/node": "^22.4.2", | ||
"@types/node": "^22.5.0", | ||
"@types/aes-js": "^3.1.4", | ||
@@ -49,0 +49,0 @@ "@rollup/plugin-typescript": "^11.1.6", |
@@ -1099,3 +1099,3 @@ | ||
let batteryLevel = msg.getBitWord(24, 8); | ||
let batteryLevel = msg.getBitWord(8 + dataLength * 8, 8); | ||
@@ -1102,0 +1102,0 @@ cubeEvents.push({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
216277