pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

After update current version is 0.8.66 to pimatic-homeduino (0.8.69) #81

Closed WimUtTwente closed 8 years ago

WimUtTwente commented 8 years ago

Error loading device Ben_st_lamp: Protocol "rolling1" has no property named "codeOn". Available properties are: "code"

{
  "id": "Ben_st_lamp",
  "name": "Beneden_St_lamp",
  "class": "HomeduinoRFSwitch",
  "protocols": [
    {
      "name": "rolling1",
      "options": {
        "codeOn": [
          "001100000110011110101100",
          "001100101001000000011100",
          "001110110001101101101100",
          "001111101010001101011100"
        ],
        "codeOff": [
          "001100110010110101111100",
          "001101111101010010111100",
          "001110010100100000101100",
          "001111001000000110001100"
        ]
      }
    }
  ]
},
Icesory commented 8 years ago

Thanks for the report. This is really a bug. Will look how I can fix this. Sorry for the trouble.

WimUtTwente commented 8 years ago

Everything works again thanks for the quick response.