Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-tcc

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-tcc - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

14

lib/tcc.js

@@ -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) => {

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc