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

heatmiser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heatmiser - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

example.js

@@ -19,3 +19,3 @@ var Heatmiser = require("./lib/heatmiser");

heating: {
target: 20.5
target: 20
}

@@ -22,0 +22,0 @@ }

@@ -69,3 +69,3 @@ var net = require('net');

run_mode: ['heating', 'frost_protection'][dcb_buf.readUInt8(23)],
away_mode: ['not_away', 'away'][dcb_buf.readUInt8(24)],
away_mode: !!dcb_buf.readUInt8(24),
holiday_enabled: !!dcb_buf.readUInt8(30),

@@ -72,0 +72,0 @@ holiday_return_date: {},

{
"name": "heatmiser",
"version": "0.0.5",
"version": "0.0.6",
"description": "A node.js app that talks to heatmiser wifi thermostats",

@@ -5,0 +5,0 @@ "main": "lib/heatmiser.js",

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