mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-31 23:18:25 +02:00
Merge branch 'development03' into ethW5500
Ethernet is working, /system seems to be slow
This commit is contained in:
commit
3d2ed81adf
35 changed files with 1037 additions and 216 deletions
|
@ -63,8 +63,12 @@ class IApp {
|
|||
virtual bool isProtected(const char *clientIp, const char *token, bool askedFromWeb) const = 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;
|
||||
|
||||
virtual uint32_t getHistoryLastValueTs(uint8_t type) = 0;
|
||||
#if defined(ENABLE_HISTORY_LOAD_DATA)
|
||||
virtual void addValueToHistory(uint8_t historyType, uint8_t valueType, uint32_t value) = 0;
|
||||
#endif
|
||||
virtual void* getRadioObj(bool nrf) = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue