openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

Revert unwanted removals from previous PR #99 #113

Closed florian-h05 closed 2 years ago

florian-h05 commented 2 years ago

This reverts the removal of time.ZonedDateTime.millisFromNow() and Timer docs from the README from PR #99.

Signed-off-by: Florian Hotze florianh_dev@icloud.com

digitaldan commented 2 years ago

Hi @florian-h05 i fixed just merged #101 which has now caused conflicts here, can you fix those and i will merge this? Then we can look at formatting the code base in #107

digitaldan commented 2 years ago

Hi @florian-h05 i fixed just merged #101 which has now caused conflicts here, can you fix those and i will merge this? Then we can look at formatting the code base in #107

florian-h05 commented 2 years ago

@digitaldan Should be ready to merge now.

I took the liberty to rename from millisFromNow() to getMillisFromNow().