rfcontroljs
Advanced tools
Comparing version 0.0.15 to 0.0.17
@@ -6,3 +6,3 @@ var doesProtocolMatch, helper, protocols, sortIndices, | ||
protocols = ['weather1', 'weather2', 'weather3', 'weather4', 'weather5', 'switch1', 'switch2', 'switch3', 'switch4', 'switch5', 'switch6', 'dimmer1', 'pir1', 'contact1', 'generic']; | ||
protocols = ['weather1', 'weather2', 'weather3', 'weather4', 'weather5', 'switch1', 'switch2', 'switch3', 'switch4', 'switch5', 'switch6', 'dimmer1', 'pir1', 'pir2', 'contact1', 'generic']; | ||
@@ -9,0 +9,0 @@ protocols = protocols.map((function(_this) { |
@@ -38,3 +38,3 @@ module.exports = function(helper) { | ||
brands: ["Auriol", "Ventus", "Hama", "Meteoscan", "Alecto", "Balance"], | ||
pulseLengths: [534, 959, 1951, 9000], | ||
pulseLengths: [534, 2000, 4000, 9000], | ||
pulseCount: 74, | ||
@@ -41,0 +41,0 @@ decodePulses: function(pulses) { |
{ | ||
"name": "rfcontroljs", | ||
"version": "0.0.15", | ||
"version": "0.0.17", | ||
"description": "Protocol support for different 433mhz switches and weather stations for the RFControl Arduino library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
92780
25
1155