Main scene FTBE v 1.3.4
Hello everyone!
NEW version is OUT!
More about scene and download you can find here:
WHAT'S NEW:
Main scene FTBE 1.3.4 - changed function for time of day calculation and added use of SleepState global to set time of day to morning when Awake regardless of current time
Main scene FTBE 1.3.0 - cleaned some bugs, added some more checks to prevent scene from stop running due to errors. Optimized and compact
Hi @Longy ,
To set fixed times open Main scene FTBE and go to code window. Scroll code down to function mainloop() and find this code lines:
Please login or register to see this code.
To set any or all of the times to fixed just replace code with the following one:
Please login or register to see this code.
sunrisetime is morning time, sunsettime is evening time and the rest is clear. Of course you can replace code only for times that you want to be fixed.
UHAS version of this packa