From 247e0fef54b222e845b2e71962df840b47a8c7bc Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 16 Dec 2021 18:17:33 +0100 Subject: [PATCH] rewrite commandref --- FHEM/73_NUKIBridge.pm | 6 +-- FHEM/74_NUKIDevice.pm | 88 ++++++++++++++++++++------------- lib/FHEM/Devices/Nuki/Bridge.pm | 2 +- lib/FHEM/Devices/Nuki/Device.pm | 2 +- 4 files changed, 60 insertions(+), 38 deletions(-) diff --git a/FHEM/73_NUKIBridge.pm b/FHEM/73_NUKIBridge.pm index 333e6bf..d18106b 100644 --- a/FHEM/73_NUKIBridge.pm +++ b/FHEM/73_NUKIBridge.pm @@ -1,6 +1,6 @@ ############################################################################### # -# Developed with VSCodium +# Developed with VSCodium and richterger perl plugin # # (c) 2016-2021 Copyright: Marko Oldenburg (fhemdevelopment at cooltux dot net) # All rights reserved @@ -267,8 +267,8 @@ sub Initialize { ], "release_status": "stable", "license": "GPL_2", - "version": "v2.0.0", - "x_apiversion": "1.12.3", + "version": "v2.0.1", + "x_apiversion": "1.13.0", "author": [ "Marko Oldenburg " ], diff --git a/FHEM/74_NUKIDevice.pm b/FHEM/74_NUKIDevice.pm index 24a3b41..800330a 100644 --- a/FHEM/74_NUKIDevice.pm +++ b/FHEM/74_NUKIDevice.pm @@ -1,6 +1,6 @@ ############################################################################### # -# Developed with VSCodium +# Developed with VSCodium and richterger perl plugin # # (c) 2016-2021 Copyright: Marko Oldenburg (fhemdevelopment at cooltux dot net) # All rights reserved @@ -79,7 +79,7 @@ sub Initialize {