Scott Rushworth

Results 94 comments of Scott Rushworth

@Rick-Jongbloed, I was doing some housekeeping ... would you mind if I closed this issue due to lack of interest?

I don't have the time to review ATM, but this... > Files like 000_startup_delay.py and personal/init.py might be overwritten, which can cause a working system to stop functioning properly. ......

> Now that it is clear that that will be the new way I'll try to incorporate that as well. How is it clear now? 😉 I haven't responded to...

IIRC, I had thrown it out to Michael as a possible simplification for use in an install script, but it wasn't thought out (but works!). The OH update script removes...

Thank you... I know... I pushed some updates but have not pushed the pages yet. Check out the new timer examples here... https://github.com/openhab-scripters/openhab-helper-libraries/tree/master/Script%20Examples/Python.

ES6 won't be available until OH is fully compatible with at least jdk9, which is close. After that, the functionality in the Jython libraries will be migrated to JS. This...

Could you provide an example of what you're thinking of? We'll want @lewie 's feedback too. Any help with the JS libraries would be greatly appreciated. The goal is to...

For formatting, cleanup and documentation... go for it! I'd prefer to use spaces rather than tabs and indent with 4 spaces. The documentation is a little trickier though. The pages...

> so i will be going ahead with the cleanups/docs Fantastic! If you use the JSDoc format, it looks like we can pull them into the documentation pages. If you...

> Where in the openhab java code are scripts called, and variables bound? This shouldn't be pertinent to the helper library documentation, but... loading... https://github.com/openhab/openhab-core/blob/master/bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/ScriptEngineManagerImpl.java#L147 scope values depend on the...