JasonCarter80 / concord232

Apache License 2.0
22 stars 18 forks source link

Rework arming interface to match features and terminology of Concord alarm #5

Closed rwa closed 6 years ago

rwa commented 6 years ago

Arming modes are now called "stay" (level 2) and "away" (level 3) to match terminology of Concord manual and keypads.

Silent and instant options are now accepted for stay and away arming:

concord232_client arm-stay-silent concord232_client arm-stay-instant concord232_client arm-away-silent etc.

Updated README to reflect changes.

Addresses issue #3