changed timestamp to UTC in ESP only, local timezone is calculated by browser thx @homeautomation22

This commit is contained in:
lumapu 2022-10-22 00:09:26 +02:00
parent 6ed2dfde9c
commit 72219cdf17
5 changed files with 37 additions and 55 deletions

View file

@ -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