Guest User

PIR sensor config

a guest
Aug 5th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. module: 'MMM-PIR-Sensor',
  3.     config: {
  4.         sensorPIN: 22, //не номер самого пина, а номер GPIO пина. GPIO22, но пин 15, см https://i.stack.imgur.com/sVvsB.jpg
  5.         //relayPIN: false,
  6.         powerSaving: true,
  7.         powerSavingDelay: 60,
  8.         //offDelay: 3000,
  9.         //relayOnState: 1,
  10.         // See 'Configuration options' for more information.
  11.     }
  12. },
Advertisement
Add Comment
Please, Sign In to add comment