We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64639d commit 53c3005Copy full SHA for 53c3005
apps/sleeplog/boot.js
@@ -151,7 +151,7 @@ if (global.sleeplog.conf.enabled) {
151
// define health listener function
152
// - called by event listener: "this"-reference points to global
153
health: function(data) {
154
- print("Health data acquired");
+ print("Sleep Log - Health Data Acquired");
155
// check if global variable accessable
156
if (!global.sleeplog) return new Error("sleeplog: Can't process health event, global object missing!");
157
0 commit comments