Skip to content

Commit e87205f

Browse files
authored
Merge pull request #259 from adafruit/PIR-infrared-break-beam
PIR infrared description tweak + new break beam description
2 parents b9418e2 + 8b3d6f8 commit e87205f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/pin/beam_break_sensor/definition.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"vendor": "Generic",
33
"productURL": "https://www.adafruit.com/product/2168",
44
"documentationURL": "https://learn.adafruit.com/ir-breakbeam-sensors",
5+
"description": "Break beam sensor for detecting interruption of an invisible infrared light beam between emitter and receiver",
56
"displayName": "Beam Sensor",
67
"published": true,
78
"autoSelectString": "beam",

components/pin/pir_sensor/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vendor": "Generic",
44
"productURL": "https://www.adafruit.com/product/189",
55
"documentationURL": "https://learn.adafruit.com/pir-passive-infrared-proximity-motion-sensor/overview",
6-
"description": "Passive Infra-Red (PIR) motion sensor for detecting presence and movement through thermal changes",
6+
"description": "Passive Infra-Red (PIR) motion sensor for detecting presence and movement through infrared thermal changes",
77
"published": true,
88
"autoSelectString": "pir",
99
"mode": "DIGITAL",

0 commit comments

Comments
 (0)