diff --git a/README.md b/README.md index 738eb3f..152e692 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,14 @@ Program your Telephone Entry System remotely (off-site) using your phone. Most Telephone Entry Systems can be programmed from the front keypad, or remotely from an off-premise location using any touch-tone phone. TES Remote Programmer streamlines the often cumbersome remote programming process by providing data entry screens and automated dial-in options. -By default, TES Remote Programmer is configured to work with the [DoorKing (DKS) 1080-EPD](http://www.doorking.com/telephone/1802-entry-system) system, additional configurations can be created and imported for most systems supporting remote programming. +By default, TES Remote Programmer is configured to work with the [DoorKing (DKS) 1802-EPD](http://www.doorking.com/telephone/1802-entry-system) system, additional configurations can be created and imported for most systems supporting remote programming. + +## Usage + +![Main Activity](images/main_activity_framed_small.png) + +In the main activity screen enter the entry system's phone number and master code, then select on the programming options. + +![Programming Activity](images/add_phone_number_framed_small.png) + +In the programming activity screen fill out the fields and click the ![Dial](images/call_fab.png) floating button (if available) to dial the programming in or the ![Dial](images/dialpad_fab.png) floating button to view the manual steps. diff --git a/images/call_fab.png b/images/call_fab.png new file mode 100644 index 0000000..3c0a0db Binary files /dev/null and b/images/call_fab.png differ diff --git a/images/dialpad_fab.png b/images/dialpad_fab.png new file mode 100644 index 0000000..299948b Binary files /dev/null and b/images/dialpad_fab.png differ diff --git a/images/screenshots/add_phone_number_framed_small.png b/images/screenshots/add_phone_number_framed_small.png new file mode 100644 index 0000000..ef6a39d Binary files /dev/null and b/images/screenshots/add_phone_number_framed_small.png differ diff --git a/images/screenshots/main_activity_framed_small.png b/images/screenshots/main_activity_framed_small.png new file mode 100644 index 0000000..eb842b5 Binary files /dev/null and b/images/screenshots/main_activity_framed_small.png differ