homebridge-tcc
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -49,2 +49,4 @@ const soapRequest = require('easy-soap-request'); | ||
// Public interface to login and read all thermostats | ||
tcc.prototype.pollThermostat = function() { | ||
@@ -71,2 +73,4 @@ return queue.add(async () => { | ||
// Public interface to login and update specific thermostat settings | ||
tcc.prototype.ChangeThermostat = function(desiredState) { | ||
@@ -93,2 +97,4 @@ // debug("ChangeThermostat()", desiredState); | ||
// private interface to update thermostat settings | ||
tcc.prototype._UpdateThermostat = function(desiredState) { | ||
@@ -147,2 +153,4 @@ debug("_UpdateThermostat()", desiredState); | ||
// private interface to login to TCC | ||
tcc.prototype._login = function() { | ||
@@ -191,2 +199,4 @@ return new Promise((resolve, reject) => { | ||
// private interface to retrieve status of a thermostat update | ||
tcc.prototype._GetCommTaskState = function(CommTaskID) { | ||
@@ -239,2 +249,4 @@ // SOAPAction http://services.alarmnet.com/Services/MobileV2/GetCommTaskState | ||
// private interface to retrieve thermostat settings | ||
tcc.prototype._GetThermostat = function(ThermostatID) { | ||
@@ -290,2 +302,4 @@ // SOAPAction http://services.alarmnet.com/Services/MobileV2/GetThermostat | ||
// private interface to retrieve all thermostat settings | ||
tcc.prototype._GetLocationListData = function() { | ||
@@ -292,0 +306,0 @@ return new Promise((resolve, reject) => { |
{ | ||
"name": "homebridge-tcc", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Honeywell Total Connect Comfort support for Homebridge: https://github.com/nfarina/homebridge", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1157
46345
7