diff --git a/plugins/thermostat/README.md b/plugins/thermostat/README.md index e4c7f5cb3..dcc4022a9 100644 --- a/plugins/thermostat/README.md +++ b/plugins/thermostat/README.md @@ -1,15 +1,3 @@ -# Create a virtual thermostat from a temperature sensor and smart plug connected to heater or AC unit. +# Virtual Thermostat Plugin for Scrypted -## npm commands - * npm run scrypted-webpack - * npm run scrypted-deploy - * npm run scrypted-debug - -## scrypted distribution via npm - 1. Ensure package.json is set up properly for publishing on npm. - 2. npm publish - -## Visual Studio Code configuration - -* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server. -* Launch Scrypted Debugger from the launch menu. +Combine a smart thermometer and a switch that controls a heating and/or cooling unit to create a fully functional thermostat. diff --git a/plugins/thermostat/package-lock.json b/plugins/thermostat/package-lock.json index 9699ad23c..deb1332c0 100644 --- a/plugins/thermostat/package-lock.json +++ b/plugins/thermostat/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/thermostat", - "version": "0.0.26", + "version": "0.0.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/thermostat", - "version": "0.0.26", + "version": "0.0.27", "license": "Apache", "devDependencies": { "@scrypted/sdk": "file:../../sdk" diff --git a/plugins/thermostat/package.json b/plugins/thermostat/package.json index a836e982f..4aafb26d6 100644 --- a/plugins/thermostat/package.json +++ b/plugins/thermostat/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/thermostat", - "version": "0.0.26", + "version": "0.0.27", "description": "Create a virtual thermostat from a temperature sensor and smart plug connected to heater or AC unit.", "author": "Scrypted", "license": "Apache",