Update Bluetooth Detection Strategy
This commit is contained in:
+5
-2
@@ -24,11 +24,14 @@ public:
|
||||
private:
|
||||
void ClearDevices();
|
||||
void UpdateDevicesFromInventory();
|
||||
void UpdatePresentDevices();
|
||||
void UpdateOnlineDevices();
|
||||
void UpdateOfflineDevices();
|
||||
void UpdatePresentDevices(bool updateOnlineDevices);
|
||||
void SendStateChange(bool present, const std::string& macAddress);
|
||||
|
||||
private:
|
||||
Util::Timer m_deviceTimer;
|
||||
Util::Timer m_onlineDeviceTimer;
|
||||
Util::Timer m_offlineDeviceTimer;
|
||||
Util::Timer m_inventoryTimer;
|
||||
Util::HttpClient m_httpClient;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user