Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
P7538 committed Sep 16, 2023
1 parent 79f2c88 commit d4dc22e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion lib.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -371753,8 +371753,12 @@ var BTReceiver = function BTReceiver(runtime) {

_defineProperty(this, "serviceOutuuid", '2e58327e-c5c5-11e6-9d9d-cec0c932ce01');

_defineProperty(this, "serviceOutuuidMobile", '2E58327E-C5C5-11E6-9D9D-CEC0C932CE01');

_defineProperty(this, "serviceLEDuuid", '2e582b3a-c5c5-11e6-9d9d-cec0c932ce01');

_defineProperty(this, "serviceLEDuuidMobile", '2E582B3A-C5C5-11E6-9D9D-CEC0C932CE01');

_defineProperty(this, "services", [this.serviceOutuuid, this.serviceLEDuuid]);

/**
Expand Down Expand Up @@ -371786,6 +371790,12 @@ var Robby = function Robby(runtime) {

_defineProperty(this, "serviceOutuuid", '7b130100-ce8d-45bb-9158-631b769139e9');

_defineProperty(this, "serviceOutuuidMobile", '7B130100-CE8D-45BB-9158-631B769139E9');

_defineProperty(this, "serviceInuuidMobile", '7B130100-CE8D-45BB-9158-631B769139E9');

_defineProperty(this, "serviceLEDuuidMobile", '7B130100-CE8D-45BB-9158-631B769139E9');

_defineProperty(this, "serviceInuuid", '7b130100-ce8d-45bb-9158-631b769139e9');

_defineProperty(this, "serviceLEDuuid", '7b130100-ce8d-45bb-9158-631b769139e9');
Expand Down Expand Up @@ -372270,7 +372280,6 @@ var BLEDevice = /*#__PURE__*/function () {
console.log("Connected. Searching for output service ...");
return server.getPrimaryServices();
}).then(function (services) {
alert("v3");
console.log("Service found. Requesting characteristic ...");
console.log(services.map(function (s) {
return s.uuid;
Expand Down
2 changes: 1 addition & 1 deletion lib.min.js.map

Large diffs are not rendered by default.

0 comments on commit d4dc22e

Please sign in to comment.