Review of "Shutdown Timer" version 13

Details Page Preview

Shutdown/reboot/suspend the device after a specific time or wake with a rtc alarm. The screen-saver will not interrupt the timer. A privileged control script may be installed to control shutdown and rtcwake as user.

Extension Homepage
https://github.com/Deminder/ShutdownTimer

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection active
You made a mistake on lib/Convenience.js line 16. Since you are using ||, that logic can still be true just for "minor < 38". Please fix it for the next version. btw, I recommend to use easier and nicer approach: const shellVersion = parseFloat(Config.PACKAGE_VERSION); if (shellVersion <= 3.36) { }