Socket
Socket
Sign inDemoInstall

node-red-contrib-sun-position

Package Overview
Dependencies
1
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4-beta to 0.4.4-beta-2

2

blind_control.md

@@ -233,3 +233,3 @@ # Blind Controller

* **10** - defined oversteer condition applies
* **11** - (enhanced settings) blind position calculated by sun position was not used caused by smooth settings
* **11** - blind position calculated by sun position was not used caused by smooth settings
* **12** - sun is in window (maximize mode), max blind position used

@@ -236,0 +236,0 @@ * **13** - sun is not in window (maximize mode), min blind position used

@@ -690,3 +690,3 @@ /********************************************

}
if (!ruleSel || ruleSel.timeLimited) {
if (!ruleSel) { // || ruleSel.timeLimited
// node.debug('--------- starting second loop ' + node.rules.count);

@@ -943,3 +943,3 @@ for (let i = (node.rules.count - 1); i >= 0; --i) {

fill = 'blue'; // override
} else if (code === 4) {
} else if (code === 4 || code === 15 || code === 16) {
fill = 'grey'; // rule

@@ -949,2 +949,3 @@ } else if (code === 1 || code === 8) {

}
node.reason.stateComplete = (isNaN(blindCtrl.level)) ? node.reason.state : getRealLevel_(node).toString() + ' - ' + node.reason.state;

@@ -951,0 +952,0 @@ node.status({

@@ -542,3 +542,3 @@ /********************************************

if (data.format) {
result.value = hlp.parseDateFromFormat(result.value, data.format, RED._('position-config.days'), RED._('position-config.month'), RED._('position-config.dayDiffNames'));
result.value = hlp.parseDateFromFormat(res, data.format, RED._('position-config.days'), RED._('position-config.month'), RED._('position-config.dayDiffNames'));
} else {

@@ -545,0 +545,0 @@ result.value = hlp.getDateOfText(res, (this.tzOffset === 0), this.tzOffset);

@@ -0,0 +0,0 @@ # Rollläden, Jalousien, Markisen mit Node-Red steuern

{
"name": "node-red-contrib-sun-position",
"version": "0.4.4-beta",
"version": "0.4.4-beta-2",
"description": "NodeRED nodes to get sun and moon position",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc