Skip to content

Commit

Permalink
Bluez delete devices (#77)
Browse files Browse the repository at this point in the history
* code in place to try to delete objects

* fix dbus error where I was recursing a variant

* bluez_dbus_RemoveKnownDevices appears working

* output consistency and cleanup

* modified:   CMakeLists.txt

---------

Co-authored-by: William C Bonner <[email protected]>
  • Loading branch information
wcbonner and William C Bonner authored Oct 8, 2024
1 parent 4b8e5c2 commit 91f73f0
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 120 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (POLICY CMP0115)
endif()

project (GoveeBTTempLogger
VERSION 3.20241001.0
VERSION 3.20241007.1
DESCRIPTION "Listen and log Govee Thermometer Bluetooth Low Energy Advertisments via BlueZ and DBus"
HOMEPAGE_URL https://github.com/wcbonner/GoveeBTTempLogger
)
Expand Down
Loading

0 comments on commit 91f73f0

Please sign in to comment.