Review of "Shutdown Timer" version 24

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 rejected
Please remove the `debounceTimeout` in destroy (line 46 `lib/MenuItem.js`).
Deminder posted a review
"this.refreshExternalInfoCancel()" (line 373 `lib/MenuItem.js`) calls `clearTimeout` (line 117 `lib/Convenience.js`) on the "current" timeout. I don't think it is necessary to set it to `null` or what is it you are referring to?
JustPerfection active
You are right. My mistake. Approved.