mikejac / node-red-contrib-google-smarthome

A collection of Node-RED nodes to control your smart home devices via Google Assistant.
GNU General Public License v3.0
116 stars 36 forks source link

Fix usage of .substring in app.js #480

Closed Zarklord closed 6 months ago

Zarklord commented 6 months ago

String.substr was (start, length) String.substring is (start, end)

This fixes local execution not working on the latest app.js