mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 01:48:19 +02:00
0.8.115
* fixed calculation of max AC power (API, MqTT)
This commit is contained in:
parent
e9ee7c569f
commit
abc760e4d2
9 changed files with 74 additions and 9 deletions
|
@ -64,6 +64,7 @@ class IApp {
|
|||
virtual void resetLockTimeout(void) = 0;
|
||||
virtual bool isProtected(const char *clientIp, const char *token, bool askedFromWeb) const = 0;
|
||||
|
||||
virtual float getTotalMaxPower(void) = 0;
|
||||
virtual uint16_t getHistoryValue(uint8_t type, uint16_t i) = 0;
|
||||
virtual uint32_t getHistoryPeriod(uint8_t type) = 0;
|
||||
virtual uint16_t getHistoryMaxDay() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue