Skip to content

Commit

Permalink
Catch all Noble errors, refactor ping pong and message queue logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Herlix committed Aug 16, 2024
1 parent 954187a commit 0fc6aef
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 123 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.4.8 (2024-08-16)

Catch all Noble errors, refactor ping pong and message queue logic.

#### 1.4.7 (2024-08-15)

Yet another try at the re-connection issue.
Expand Down
7 changes: 3 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


export default [
{files: ["**/*.{js,mjs,cjs,ts}"]},
{languageOptions: { globals: globals.browser }},
{ files: ["**/*.{js,mjs,cjs,ts}"] },
{ languageOptions: { globals: globals.browser } },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Plejd",
"name": "homebridge-plejd",
"author": "Herlix",
"version": "1.4.8",
"version": "1.4.9",
"description": "HomeKit support for the Plejd BLE platform using Homebridge",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading

0 comments on commit 0fc6aef

Please sign in to comment.