mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
changed timestamp to UTC in ESP only, local timezone is calculated by browser thx @homeautomation22
This commit is contained in:
parent
6ed2dfde9c
commit
72219cdf17
5 changed files with 37 additions and 55 deletions
|
@ -106,13 +106,13 @@ const byteAssign_t SystemConfigParaAssignment[] = {
|
|||
{ FLD_ACT_PF, UNIT_NONE, CH0, 6, 2, 1000 }*/
|
||||
};
|
||||
#define HMSYSTEM_LIST_LEN (sizeof(SystemConfigParaAssignment) / sizeof(byteAssign_t))
|
||||
#define HMSYSTEM_PAYLOAD_LEN 0 // 0: means check off
|
||||
#define HMSYSTEM_PAYLOAD_LEN 0 // 0: means check is off
|
||||
|
||||
const byteAssign_t AlarmDataAssignment[] = {
|
||||
{ FLD_LAST_ALARM_CODE, UNIT_NONE, CH0, 0, 2, 1 }
|
||||
};
|
||||
#define HMALARMDATA_LIST_LEN (sizeof(AlarmDataAssignment) / sizeof(byteAssign_t))
|
||||
#define HMALARMDATA_PAYLOAD_LEN 0 // 0: means check off
|
||||
#define HMALARMDATA_PAYLOAD_LEN 0 // 0: means check is off
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue