diff --git a/README.md b/README.md index 67a86bf..8f3450f 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ is likely to change, and only `Sensor`, `Select`, `Button` and `Number` entities Simply paste the following into your Tasmota Berry Script Console: ```be -tasmota.urlfetch('https://raw.githubusercontent.com/fmtr/hct/v0.0.3/hct.be','/hct.be') +tasmota.urlfetch('https://raw.githubusercontent.com/fmtr/hct/v0.0.4/hct.be','/hct.be') ``` -Alternatively, manually download [hct.be](https://raw.githubusercontent.com/fmtr/hct/v0.0.3/hct.be) and upload it onto +Alternatively, manually download [hct.be](https://raw.githubusercontent.com/fmtr/hct/v0.0.4/hct.be) and upload it onto your device. ## Example Walkthrough diff --git a/hct.be b/hct.be index 129108d..e5da5c1 100644 --- a/hct.be +++ b/hct.be @@ -1,4 +1,4 @@ -var VERSION='0.0.3' +var VERSION='0.0.4' import mqtt import json import string