From ffcfcde55ffc017078aea5a6a577b7ec26cbb98b Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Tue, 29 Jan 2019 21:54:30 -0800 Subject: [PATCH] Fixed case in debug names --- docs/duplotrainbase.js.html | 2 +- docs/poweredup.js.html | 2 +- docs/quicksearch.html | 2 +- src/duplotrainbase.ts | 2 +- src/poweredup.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/duplotrainbase.js.html b/docs/duplotrainbase.js.html index dd63833..235d8c3 100644 --- a/docs/duplotrainbase.js.html +++ b/docs/duplotrainbase.js.html @@ -97,7 +97,7 @@ const lpf2hub_1 = require("./lpf2hub"); const port_1 = require("./port"); const Consts = __importStar(require("./consts")); const Debug = require("debug"); -const debug = Debug("duploTrainBase"); +const debug = Debug("duplotrainbase"); /** * The DuploTrainBase is emitted if the discovered device is a Duplo Train Base. * @class DuploTrainBase diff --git a/docs/poweredup.js.html b/docs/poweredup.js.html index 0ba7cd1..6b7b054 100644 --- a/docs/poweredup.js.html +++ b/docs/poweredup.js.html @@ -102,7 +102,7 @@ const utils_1 = require("./utils"); const Consts = __importStar(require("./consts")); const events_1 = require("events"); const Debug = require("debug"); -const debug = Debug("PoweredUP"); +const debug = Debug("poweredup"); const noble = require("noble-mac"); let ready = false; let wantScan = false; diff --git a/docs/quicksearch.html b/docs/quicksearch.html index 4721751..7884b00 100644 --- a/docs/quicksearch.html +++ b/docs/quicksearch.html @@ -7,7 +7,7 @@