thobach / MMM-Gestures

MMM-Gestures is a head-less 3rd party module for MagicMirror that allows to control the Magic Mirror via gestures of two types of infrared sensors. Use cases include presence awareness to trigger compliments or go into sleep mode and scrolling through news tickers or view news details.
http://blog.thomas-bachmann.com/2016/02/magic-mirror-2-0-mit-gestensteuerung.html
42 stars 12 forks source link

converted declaration and usage statements of SerialPort to new syntax #19

Closed Tom-Hirschberger closed 2 years ago

Tom-Hirschberger commented 2 years ago

Had the same issue with my module. The syntax of howto declare and use SerialPort and ReadLineParser changed. Converted the statements in node_helper.js to the new syntax

thobach commented 2 years ago

Thanks so much for the fix @Tom-Hirschberger !