From cb4a570190578b4bc2c39e7631425164fa72ef72 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Thu, 5 Dec 2013 16:10:39 -0800 Subject: [PATCH] Fixed typo. --- examples/rf_device.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/rf_device.py b/examples/rf_device.py index 5984c24..23f30bd 100644 --- a/examples/rf_device.py +++ b/examples/rf_device.py @@ -8,10 +8,10 @@ def main(): """ Example application that watches for an event from a specific RF device. - This feature that allows you to watch for events from RF devices if you - have an RF receiver. This is useful in the case of internal sensors, - which don't emit a FAULT if the sensor is tripped and the panel is armed - STAY. It also will monitor sensors that aren't configured. + This feature allows you to watch for events from RF devices if you have + an RF receiver. This is useful in the case of internal sensors, which + don't emit a FAULT if the sensor is tripped and the panel is armed STAY. + It also will monitor sensors that aren't configured. NOTE: You must have an RF receiver installed and enabled in your panel for RFX messages to be seen.