From 031363d3b3e615862ed59265be36ad1b76d6d124 Mon Sep 17 00:00:00 2001 From: JeffWiens <79176276+JeffWiens@users.noreply.github.com> Date: Mon, 22 Feb 2021 14:52:31 -0800 Subject: [PATCH] Create Virtual Basic Keypad --- Virtual Basic Keypad | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Virtual Basic Keypad diff --git a/Virtual Basic Keypad b/Virtual Basic Keypad new file mode 100644 index 0000000..7685f25 --- /dev/null +++ b/Virtual Basic Keypad @@ -0,0 +1,18 @@ +{ + "packageName": "Virtual Basic Keypad", + "author": "mbarone", + "version": "1.0.1", + "minimumHEVersion": "2.1.9", + "dateReleased": "2020-10-06", + "communityLink": "https://community.hubitat.com/t/release-virtual-keypad/51825", + "releaseNotes": "These are the changes in this version. Please look at the community thread.", + "drivers": [ + { + "id": "bb26c894-ed10-44c6-96c1-38ac0dfab22f", + "name": "Virtual Basic Keypad", + "namespace": "mbarone", + "location": "https://raw.githubusercontent.com/michaelbarone/hubitat/master/drivers/virtualBasicKeypad.groovy", + "required": true + } + ] +}