* Get the next sunset or sunrise values as TimerSeconds to allow setting a light's initial sate.
* Fix BL602 & W600 builds, and add some self test asserts for get sunrise/sunset
* Clock based self tests fail if they are not run in Europe time zone.
Update all usages of localtime to be gmtime. On windows local time is has the timezone applied on top of the sourceTime parameter, OpenBK app manages its own timezone and applies it to g_ntpTime appropriately, so gmtime will avoid the additional timezone application on windows machines.
* Simplify sample autoexec to avoid functionality that has not been implemented yet.
* Update docs
* Small fix in autoexe file
No brackets allowed, multiplications before addition appears to work
* Adding Tasmota mecanism for Sensor
* Correct for BL0602
* Correct issue on value.
Adding SensorRetain.
* Adding dummy statestext and prefix for tasmoadmin
* Adding more dynamic parameter to tasmota.
AP, Uptime, Start time (rely on ntp), battery and vcc, prefix mqtt
* RSSI calculation for tasmota
* Correct compile for nonbeken chip
* correct W600 build
* correct lastreading call
* Trying to force battery_lastreading for other chip
* force to For Beken only
* correct declaration
* Update drv_battery.h
Correct comment
---------
Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>