Release 1.0.2

The 1.0.2 Release mainly consists of bug-fixes and minor improvements from the 1.0.1 version.
We also added a bunch of new beta snippets.

Hotfixes:

Added / changed:

  • [Application Builder] Removed triggering on Times and Ended Ports when reset (Countdown)

  • [Application Builder] Added String Length beta snippet

  • [Application Builder] Added Position beta snippet

  • [Application Builder] Added Send Zero beta snippet

  • [Application Builder] Added Debounce beta snippet

  • [Application Builder] Added Value Equal beta snippet

  • [Application Builder] Custom Snippets allow easier definition for own methods

    • ALL NEW CUSTOM SNIPPETS MUST NOW CONTAIN AN EXECUTE METHOD

    • Your existing custom snippets will be migrated in this Release

  • [Application Builder] Added (ms) to Interval port of oscillator

  • [Application Builder] Added (ms) to Time port of Ramp-Up/Ramp-Down beta snippets

  • [Application Builder] Renamed Value Compare to Number Compare

    • Your existing Value Compares will be migrated to Number Compares

  • [Application Builder] Cutoff long app names in application bar

  • [Application Builder] Place Make Demo App object farther apart

  • [Application Builder] Change alignment of port labels

  • [Gateways/Services] Add support for TRÅDFRI Shade

    • Click here to see how to use it

  • [Gateways/Services] Tradfri Gateway setup now hides the security code if setup already run

  • [Gateways/Services] Added caching to IR-Service. Once a IR Code is requested and received it will be available offline until the next restart or the service is restarted.

  • [Gateways/Services] Clients attached to Gateway now go offline once the gateway is offline

  • [Frontend] Add visible warning if app could not be imported with all links intact

  • [Frontend] Improved application mapping

    • Whole column is now clickable instead of just the arrow

  • [Frontend] Removed new client found notification

  • [Firmware] Changed help text on smart led to understand number of lights more easily

Fixed:

  • Improve system stability & performance

  • [Application Builder] Fix Persistent Value and Database objects blocking execution

  • [Application Builder] Fix copying some snippets to custom snippets, since they did not include all the code

  • [Application Builder] Improve error response if user error during saving

  • [Application Builder] Fix rare occasion, where object properties merge

  • [Gateways/Services] Removed period after url in SmartThings-Gateway setup to make it easier to copy the link

  • [Gateways/Services] Fixed Gateways entering error stage after reboot if they have been running previously

  • [Gateways/Services] Fix Tradfri Gateway discovery crashing in certain situations

  • [Gateways/Services] Do not crash IR-Gateway if IR-Code could not be found

  • [Firmware] Inverted PWM Signal for TLC5940 so servo spins correctly

  • [Firmware] Adjusted CO2 sensor granularity

  • [Frontend] Fix client connection loading dialog staying open in some cases

  • [Frontend] Fix NaN instead of 0 on newly added location

  • [Frontend] Fix Frontend signaling backend error when offline even if there was no backend error