mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 13:49:50 +03:00
DHT22 Input support, thermo and esp refactoring
This commit is contained in:
@@ -127,7 +127,7 @@ class Item
|
||||
class PooledItem : public Item
|
||||
{
|
||||
public:
|
||||
virtual int Changed() = 0;
|
||||
virtual int onContactChanged() = 0;
|
||||
virtual void Idle ();
|
||||
protected:
|
||||
int PoolingInterval;
|
||||
|
||||
Reference in New Issue
Block a user