From bdf0ac79d6a773a307b53e80b3d1060d6d50c611 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Tue, 3 Mar 2015 14:34:44 -0800 Subject: [PATCH] Fixing typo in zone expander example. --- examples/virtual_zone_expander.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/virtual_zone_expander.py b/examples/virtual_zone_expander.py index e5da53b..bd0eb9b 100644 --- a/examples/virtual_zone_expander.py +++ b/examples/virtual_zone_expander.py @@ -15,7 +15,7 @@ def main(): the AlarmDecoder is configured to emulate a zone expander we can fault and restore those zones programmatically at will. These events can also be seen by others, such as home automation platforms which allows you to connect other - devices or services and monitor them as you would any pyhysical zone. + devices or services and monitor them as you would any physical zone. For example, you could connect a ZigBee device and receiver and fault or restore it's zone(s) based on the data received.