phillipsnick / unipi-evok

Node JS wrapper for UniPi API
MIT License
1 stars 2 forks source link

Fixed 1wire messages #13

Closed majorcs closed 6 years ago

majorcs commented 6 years ago

UniPi sends the 1wire data as a single hash and not as a array of hashes. Now these are converted to an array. It makes it possible to process these messages the same way as all the others.