thingy52_web_bluetooth
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -62,2 +62,3 @@ /* | ||
import SpeakerStatusService from "./SpeakerStatusService.js"; | ||
import BatteryService from "./BatteryService.js"; | ||
@@ -161,2 +162,3 @@ class Thingy extends EventTarget { | ||
this.speakerstatus = new SpeakerStatusService(this); | ||
this.battery = new BatteryService(this); | ||
} | ||
@@ -163,0 +165,0 @@ |
{ | ||
"name": "thingy52_web_bluetooth", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "API for connecting to and interacting with Nordic Semiconductor's Thingy:52 in the browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
178421
43
3244