add include

This commit is contained in:
technyon
2022-04-02 10:53:26 +02:00
parent 4ab69433b5
commit 9ee9bbb5b0
2 changed files with 1 additions and 1 deletions

View File

@@ -148,7 +148,6 @@ void Nuki::notify(NukiEventType eventType)
{
if(eventType == NukiEventType::KeyTurnerStatusUpdated)
{
// Serial.println("SUP2");
_statusUpdated = true;
}
}

1
Nuki.h
View File

@@ -2,6 +2,7 @@
#include "NukiBle.h"
#include "Network.h"
#include "NukiConstants.h"
class Nuki : public NukiSmartlockEventHandler
{