Fix dead links (#367)

This commit is contained in:
gijsio
2021-01-22 18:14:33 +01:00
committed by GitHub
parent d5160720ef
commit 8890279ed2
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ aliases:
- chapter/tutorials/all/pir
---
This code reads PIR sensor triggers from this simple [PIR sensor](https://www.kiwi-electronics.nl/PIR-Motion-Sensor) and sends an HTTP request for every trigger, in this case to a [Domoticz](https://domoticz.com/) installation. When motion is constantly detected, this PIR sensor keeps the pin high, in which case this code will keep sending HTTP requests every 10 seconds (configurable with the hold\_time variable).
This code reads PIR sensor triggers from this simple Passive Infrared (PIR) motion sensor and sends an HTTP request for every trigger, in this case to a [Domoticz](https://domoticz.com/) installation. When motion is constantly detected, this PIR sensor keeps the pin high, in which case this code will keep sending HTTP requests every 10 seconds (configurable with the hold_time variable).
## Main (`main.py`)