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

Can't edit rawswitch pulslength array in the webfrontend #117

Open thexperiments opened 7 years ago

thexperiments commented 7 years ago

It's only possible to add ne key/value pairs not only values which would be needed in this case

rrooggiieerr commented 7 years ago

I guess that is because the pulse length value type is object, and not string, number or boolean. The web frontend probably doesn't know how to handle that type because object could be anything.