mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
thermostat: readme
This commit is contained in:
@@ -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.
|
||||
|
||||
4
plugins/thermostat/package-lock.json
generated
4
plugins/thermostat/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user