paviro / MMM-PIR-Sensor

This module can monitor a PIR motion sensor and put your mirror to sleep.
215 stars 94 forks source link

Config values #4

Closed Sachin1968 closed 8 years ago

Sachin1968 commented 8 years ago

My config looks like this...

config: { // See 'Configuration options' for more information. }

Per the documentation will the module run with the default values or do I need to add lines for sensorPIN: '22' and powerSaving: true

I'm asking because if I don't put the lines in, the PIR sensor does not work. If I do put the values in, I get all kinds of socket errors in the terminal

Sachin1968 commented 8 years ago

My syntax was off. It's working now.