Auth Name and Context

This commit is contained in:
iranl
2025-01-04 22:01:23 +01:00
parent 9d7cd00d2d
commit 4c8f9c65b1
9 changed files with 89 additions and 29 deletions

View File

@@ -34,6 +34,7 @@ public:
const uint8_t getOffState() const;
const uint8_t getOffLockAction() const;
const uint8_t getOffTrigger() const;
const uint8_t getOffContext() const;
const std::vector<char*> getOffTopics() const;
const int64_t getOffCommandExecutedTs() const;
@@ -69,7 +70,7 @@ private:
uint8_t offTrigger = 0;
uint32_t offAuthId = 0;
uint32_t offCodeId = 0;
//uint8_t offContext = 0;
uint8_t offContext = 0;
bool offEnabled = false;
};