homebridge-ble-thermobeacon

Homebridge integration for Brifit/ORIA thermometer

APACHE-2.0 License

Downloads
27
Stars
1
Committers
2
homebridge-ble-thermobeacon - Release 0.0.16 Latest Release

Published by lstrojny almost 2 years ago

  • Bump @abandonware/noble from 1.9.2-15 to 1.9.2-19 (#33) (0b6882e)
  • Remove lcov upload (#37) (16acf79)
  • Prefix seems to be irrelevant when parsing temperature data (#36) (003b07c)
  • Bump json-schema-to-zod from 0.6.1 to 0.6.2 (#35) (df93135)
  • Bump actions/setup-node from 3.5.1 to 3.6.0 (#32) (0e18c28)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#31) (3362422)
  • Document default values (0556ea6)
homebridge-ble-thermobeacon - Release 0.0.15

Published by lstrojny almost 2 years ago

  • Introduce configuration option to toggle exposing button state as a lock (#28) (07cf4a0)
  • Add documentation for CAP_NET_RAW capabilities (#25) (e9c1f66)
  • Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 (#26) (f677142)
  • Bump @typescript-eslint/parser from 5.47.1 to 5.48.0 (#27) (c91cc57)
homebridge-ble-thermobeacon - Release 0.0.14

Published by lstrojny almost 2 years ago

  • Add status badges to README (#23) (3ad3c13)
  • Dependency upgrades (#24) (d98918c)
  • Use dynamic imports for noble (#22) (a132fc9)
homebridge-ble-thermobeacon - Release 0.0.13

Published by lstrojny almost 2 years ago

  • Fix noble object initialization on Linux (7a29ec6)
homebridge-ble-thermobeacon - Release 0.0.12

Published by lstrojny almost 2 years ago

homebridge-ble-thermobeacon - Release 0.0.11

Published by lstrojny almost 2 years ago

  • Remove hap-nodejs dependency (#21) (829e813)
  • Bump release-it from 15.5.1 to 15.6.0 (#18) (30512b3)
  • Bump actions/cache from 3.2.1 to 3.2.2 (#19) (724d5b0)
  • Bump json-schema-to-zod from 0.6.0 to 0.6.1 (#20) (dba7bb4)
  • Simplify discovery, allow name configuration (decb63e)
  • Bump @typescript-eslint/parser from 5.47.0 to 5.47.1 (#14) (ed83bef)
  • Bump actions/cache from 3.2.0 to 3.2.1 (#13) (c988163)
  • Bump @types/node from 18.11.17 to 18.11.18 (#15) (a1a75c0)
  • Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 (#16) (f1c4d0e)
  • Bump actions/cache from 3.0.11 to 3.2.0 (#12) (1b4f4a9)
  • Update package lock (4b3178b)
  • Replace npx with a portable npm exec implementation (#11) (a081b1d)
  • Bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 (#8) (692c410)
  • Bump @abandonware/noble from 1.9.2-17 to 1.9.2-18 (#9) (ae943dd)
  • Bump @typescript-eslint/parser from 5.46.1 to 5.47.0 (#10) (d70734a)
  • Bump eslint from 8.29.0 to 8.30.0 (#7) (c3fa101)
homebridge-ble-thermobeacon - Release 0.0.11-alpha.0

Published by lstrojny almost 2 years ago

  • Revert "Test hap-nodejs as a dev dependency again" (1cdd7ab)
  • Introduce work queue to artificially delay bluetooth ops on Linux (#6) (70d4fc5)
homebridge-ble-thermobeacon - Release 0.0.10-alpha.0

Published by lstrojny almost 2 years ago

  • Test hap-nodejs as a dev dependency again (df48e04)
homebridge-ble-thermobeacon - Release 0.0.9

Published by lstrojny almost 2 years ago

  • WithUUID is available from homebridge directly (6d4629d)
homebridge-ble-thermobeacon - Release 0.0.8

Published by lstrojny almost 2 years ago

  • Prevent race condition where an unhandled promise warning can occur (5fd3ec2)
homebridge-ble-thermobeacon - Release 0.0.7

Published by lstrojny almost 2 years ago

  • Import formats and permissions from hap-nodejs (e09b757)
homebridge-ble-thermobeacon - Release 0.0.6

Published by lstrojny almost 2 years ago

  • Restructure noble adapter for robustness (79bfa9c)
homebridge-ble-thermobeacon - Release 0.0.5

Published by lstrojny almost 2 years ago

  • Fix noble default argument (af91151)
homebridge-ble-thermobeacon - Release 0.0.4

Published by lstrojny almost 2 years ago

  • Fixate runner OS version (f9d4a38)
  • Bump @types/node from 16.18.9 to 18.11.17 (#5) (6d5e809)
  • Bump actions/setup-node from 3.5.0 to 3.5.1 (#4) (bcc61e4)
  • Specify exact version for GH actions to avoid accidental breakage (#3) (bc58d20)
  • Merge pull request #2 from lstrojny/fix-ci (2b64891)
  • next (9a557a1)
  • try (3a506f8)
  • Cut node versions (7c6cfb1)
  • next (180522c)
  • Use npx to run local commands hopefully across all versions (37db8df)
  • next (95ed8a7)
  • next (899dfef)
  • try (8ac76f8)
  • try (f8a8296)
  • Fix (and clean up) ugly info handling (cdea55b)
  • Tests and debugging capabilities for parsers (7924709)
  • Fix missing rounding (2175106)
  • Cleanup (40a54f4)
  • Add test (aa32521)
  • Small reorg (ff06017)
  • Add debugging capability (14595dc)
homebridge-ble-thermobeacon - Release 0.0.3

Published by lstrojny almost 2 years ago

  • Specify hap-nodejs as a real dependency (5696d51)
homebridge-ble-thermobeacon - Release 0.0.2

Published by lstrojny almost 2 years ago

  • Specify hap-nodejs as a peer dependency (6fc254d)
  • Non-blocking subscribe for Linux (5d9c16c)
  • Don't specify plugin path manually (acbf09e)
  • BleThermoBeaconPlatform instead of BleThermobeaconPlatform (a871d35)
  • Add more tags (bb4b527)
homebridge-ble-thermobeacon - Release 0.0.1

Published by lstrojny almost 2 years ago

  • Update metadata in package.json (bcb02a7)
  • Initial version (163b488)
  • Initial commit (e7a4109)
Package Rankings
Top 22.51% on Npmjs.org
Badges
Extracted from project README
CI npm version verified-by-homebridge