From 0464b5946224c828a6f08af3378ba39c4882c826 Mon Sep 17 00:00:00 2001 From: Mikael Schultz Date: Thu, 15 Dec 2022 12:07:51 +0100 Subject: [PATCH] Add link to demo application.. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c21a3..46ba83d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Here is a small command-line demo application showing the most basic options tha ![Alarm Control CLI Demo](https://github.com/bitcanon/visonicalarm/blob/master/docs/img/demo-cli-application.gif) -Check out the source code to the demo here. +Check out the source code to the demo here: [alarm-control-demo.py](https://github.com/bitcanon/visonicalarm/blob/master/examples/alarm-control-demo.py). ## API version support @@ -995,3 +995,4 @@ alarm.get_status().partitions[0].state # Output: 'DISARM' ## Examples Find more examples here: [/visonicalarm/examples](https://github.com/bitcanon/visonicalarm/tree/master/examples) +