Add use of DomoticaServer API for Bluetooth Addresses

This commit is contained in:
2019-04-14 22:52:33 +02:00
parent 05e4e7e631
commit 7539890b5c
4 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace Bluetooth {
class Device
{
public:
Device(const std::string& devices, const std::string& target);
Device(const std::string& inventoryURL, const std::string& target);
~Device();
void Start();