mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 18:15:56 +00:00
wx00 fix
This commit is contained in:
@ -1959,6 +1959,14 @@ int http_tasmota_json_status_SNS(http_request_t* request) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
#if defined(PLATFORM_W600) || defined (PLATFORM_W800)
|
||||
unsigned int NTP_GetCurrentTime() {
|
||||
return 0;
|
||||
}
|
||||
unsigned int NTP_GetCurrentTimeWithoutOffset() {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
/*
|
||||
{"Status":{"Module":0,"DeviceName":"Tasmota","FriendlyName":["Tasmota"],"Topic":"tasmota_48E7F3","ButtonTopic":"0","Power":1,"PowerOnState":3,"LedState":1,"LedMask":"FFFF","SaveData":1,"SaveState":1,"SwitchTopic":"0","SwitchMode":[0,0,0,0,0,0,0,0],"ButtonRetain":0,"SwitchRetain":0,"SensorRetain":0,"PowerRetain":0,"InfoRetain":0,"StateRetain":0}}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user