thermostat: readme

This commit is contained in:
Koushik Dutta
2022-01-20 10:21:58 -08:00
parent 47260289f0
commit 9bfb832aec
3 changed files with 5 additions and 17 deletions

View File

@@ -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 <ipaddress>
* npm run scrypted-debug <ipaddress>
## 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.

View File

@@ -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"

View File

@@ -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",