fixed w1 temperature sensor setup

master
Boernsman 2020-10-28 19:30:00 +01:00
parent eab94cda96
commit 256593f83c
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ private:
QHash<Thing*, ThingDiscoveryInfo*> m_runningDiscoveries;
void setupOwfsTemperatureSensor(ThingSetupInfo *info);
private slots:
void onPluginTimer();
void onOneWireDevicesDiscovered(QList<Owfs::OwfsDevice> devices);