New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homey-lib

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homey-lib - npm Package Compare versions

Comparing version 1.0.46 to 1.0.47

32

lib/deviceclasses/deviceclasses.json

@@ -210,3 +210,6 @@ {

"dim",
"windowcoverings_state"
"windowcoverings_state",
"windowcoverings_tilt_up",
"windowcoverings_tilt_down",
"windowcoverings_tilt_set"
]

@@ -1210,2 +1213,29 @@ },

},
"windowcoverings_tilt_up": {
"title": {
"en": "Window Coverings Tilt Up"
},
"type": "boolean",
"getable": false,
"setable": true
},
"windowcoverings_tilt_down": {
"title": {
"en": "Window Coverings Tilt Down"
},
"type": "boolean",
"getable": false,
"setable": true
},
"windowcoverings_tilt_set": {
"title": {
"en": "Window Coverings Tilt Set"
},
"type": "number",
"min": 0,
"max": 1,
"decimals": 2,
"getable": true,
"setable": true
},
"button": {

@@ -1212,0 +1242,0 @@ "title": {

2

package.json
{
"name": "homey-lib",
"version": "1.0.46",
"version": "1.0.47",
"description": "Library for Homey",

@@ -5,0 +5,0 @@ "main": "index.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