complete the commandref and change version for modules and minimal perl version
This commit is contained in:
		@@ -267,7 +267,7 @@ sub Initialize {
 | 
				
			|||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "release_status": "stable",
 | 
					  "release_status": "stable",
 | 
				
			||||||
  "license": "GPL_2",
 | 
					  "license": "GPL_2",
 | 
				
			||||||
  "version": "v2.0.1",
 | 
					  "version": "v2.0.2",
 | 
				
			||||||
  "x_apiversion": "1.13.0",
 | 
					  "x_apiversion": "1.13.0",
 | 
				
			||||||
  "author": [
 | 
					  "author": [
 | 
				
			||||||
    "Marko Oldenburg <leongaultier@gmail.com>"
 | 
					    "Marko Oldenburg <leongaultier@gmail.com>"
 | 
				
			||||||
@@ -282,7 +282,7 @@ sub Initialize {
 | 
				
			|||||||
    "runtime": {
 | 
					    "runtime": {
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "FHEM": 5.00918799,
 | 
					        "FHEM": 5.00918799,
 | 
				
			||||||
        "perl": 5.016, 
 | 
					        "perl": 5.024, 
 | 
				
			||||||
        "Meta": 0,
 | 
					        "Meta": 0,
 | 
				
			||||||
        "JSON": 0,
 | 
					        "JSON": 0,
 | 
				
			||||||
        "Date::Parse": 0
 | 
					        "Date::Parse": 0
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -77,7 +77,7 @@ sub Initialize {
 | 
				
			|||||||
<a name="NUKIDevice"></a>
 | 
					<a name="NUKIDevice"></a>
 | 
				
			||||||
<h3>NUKIDevice</h3>
 | 
					<h3>NUKIDevice</h3>
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
  <u><b>NUKIDevice - Controls Nuki Devices</b></u>
 | 
					  <u><b>NUKIDevice - Controls the Nuki Smartlock</b></u>
 | 
				
			||||||
  <br>
 | 
					  <br>
 | 
				
			||||||
  The Nuki module connects FHEM over the Nuki Bridge with a Nuki Smartlock or Nuki Opener. After that, it´s possible to control your Nuki devices<br>
 | 
					  The Nuki module connects FHEM over the Nuki Bridge with a Nuki Smartlock or Nuki Opener. After that, it´s possible to control your Nuki devices<br>
 | 
				
			||||||
  Normally the Nuki devices are automatically created by the bridge module.
 | 
					  Normally the Nuki devices are automatically created by the bridge module.
 | 
				
			||||||
@@ -112,6 +112,7 @@ sub Initialize {
 | 
				
			|||||||
        <li>paired - paired information false/true</li>
 | 
					        <li>paired - paired information false/true</li>
 | 
				
			||||||
        <li>rssi - value of rssi</li>
 | 
					        <li>rssi - value of rssi</li>
 | 
				
			||||||
        <li>state - Status of the Smartlock or error message if any error.</li>
 | 
					        <li>state - Status of the Smartlock or error message if any error.</li>
 | 
				
			||||||
 | 
					        <li>stateName - Status of the Smartlock or error message if any error.</li>
 | 
				
			||||||
        <li>succes - true, false   Returns the status of the last closing command. Ok or not Ok.</li>
 | 
					        <li>succes - true, false   Returns the status of the last closing command. Ok or not Ok.</li>
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
    <br>Opener
 | 
					    <br>Opener
 | 
				
			||||||
@@ -127,11 +128,13 @@ sub Initialize {
 | 
				
			|||||||
        <li>ringactionTimestamp - timestamp of ring</li>
 | 
					        <li>ringactionTimestamp - timestamp of ring</li>
 | 
				
			||||||
        <li>rssi - value of rssi</li>
 | 
					        <li>rssi - value of rssi</li>
 | 
				
			||||||
        <li>state - Status of the Smartlock or error message if any error.</li>
 | 
					        <li>state - Status of the Smartlock or error message if any error.</li>
 | 
				
			||||||
 | 
					        <li>stateName - Status of the Smartlock or error message if any error.</li>
 | 
				
			||||||
        <li>succes - true, false   Returns the status of the last closing command. Ok or not Ok.</li>
 | 
					        <li>succes - true, false   Returns the status of the last closing command. Ok or not Ok.</li>
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
    <br><br>
 | 
					    <br><br>
 | 
				
			||||||
    <a name="NUKIDeviceset"></a>
 | 
					    <a name="NUKIDeviceset"></a>
 | 
				
			||||||
    <b>Set</b>
 | 
					    <b>Set</b>
 | 
				
			||||||
 | 
					    <br>Smartlock
 | 
				
			||||||
    <ul>
 | 
					    <ul>
 | 
				
			||||||
        <li>statusRequest - retrieves the current state of the smartlock from the bridge.</li>
 | 
					        <li>statusRequest - retrieves the current state of the smartlock from the bridge.</li>
 | 
				
			||||||
        <li>lock - lock</li>
 | 
					        <li>lock - lock</li>
 | 
				
			||||||
@@ -140,7 +143,15 @@ sub Initialize {
 | 
				
			|||||||
        <li>unpair -  Removes the pairing with a given Smart Lock</li>
 | 
					        <li>unpair -  Removes the pairing with a given Smart Lock</li>
 | 
				
			||||||
        <li>locknGo - lock when gone</li>
 | 
					        <li>locknGo - lock when gone</li>
 | 
				
			||||||
        <li>locknGoWithUnlatch - lock after the door has been opened</li>
 | 
					        <li>locknGoWithUnlatch - lock after the door has been opened</li>
 | 
				
			||||||
        <br>
 | 
					    </ul>
 | 
				
			||||||
 | 
					    <br>Opener
 | 
				
			||||||
 | 
					    <ul>
 | 
				
			||||||
 | 
					        <li>statusRequest - retrieves the current state of the smartlock from the bridge.</li>
 | 
				
			||||||
 | 
					        <li>activateRto - activate ring to open mode / ringing the bell activates the electric strike actuation </li>
 | 
				
			||||||
 | 
					        <li>deactivateRto - deactivate ring to open mode</li>
 | 
				
			||||||
 | 
					        <li>electricStrikeActuation - electric strike actuation</li>
 | 
				
			||||||
 | 
					        <li>activateContinuousMode -  activate Nuki Opener Mode with Ring to Open continuously</li>
 | 
				
			||||||
 | 
					        <li>deactivateContinuousMode - deactivate Ring to Open continuously</li>
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
    <br><br>
 | 
					    <br><br>
 | 
				
			||||||
    <a name="NUKIDeviceattribut"></a>
 | 
					    <a name="NUKIDeviceattribut"></a>
 | 
				
			||||||
@@ -197,31 +208,41 @@ sub Initialize {
 | 
				
			|||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
  <br>Opener
 | 
					  <br>Opener
 | 
				
			||||||
    <ul>
 | 
					    <ul>
 | 
				
			||||||
        <li>batteryState - battery state ok/low</li>
 | 
					        <li>batteryCharging - wird die Batterie geladen true/false.</li>
 | 
				
			||||||
        <li>deviceType - type name of nuki device smartlock/smartlock3/opener</li>
 | 
					        <li>batteryPercent - aktueller Ladestand der Batterie.</li>
 | 
				
			||||||
        <li>firmwareVersion - version of device firmware</li>
 | 
					        <li>batteryState - Staus der Batterie ok/low</li>
 | 
				
			||||||
        <li>mode - Operation mode (door mode/continuous mode)</li>
 | 
					        <li>deviceType - der Typenname des Nuki Gerätes smartlock/smartlock3/opener</li>
 | 
				
			||||||
        <li>name - name of the device</li>
 | 
					        <li>firmwareVersion - Version der Geräte Firmware</li>
 | 
				
			||||||
        <li>nukiid - id of the nuki device</li>
 | 
					        <li>name - Name des Nuki Gerätes</li>
 | 
				
			||||||
        <li>paired - paired information false/true</li>
 | 
					        <li>nukiid - die Geräte Id</li>
 | 
				
			||||||
        <li>ringactionState - state of ring (0/1)</li>
 | 
					        <li>paired - paired Informationen false/true</li>
 | 
				
			||||||
        <li>ringactionTimestamp - timestamp of ring</li>
 | 
					        <li>ringactionState - Status der Klingel. Wurde eben geklingelt (0/1)</li>
 | 
				
			||||||
 | 
					        <li>ringactionTimestamp - Zeitstempel des klingelns</li>
 | 
				
			||||||
        <li>rssi - Wert f ür die empfangene Signalst ärke</li>
 | 
					        <li>rssi - Wert f ür die empfangene Signalst ärke</li>
 | 
				
			||||||
        <li>state - Status des Smartlock bzw . Fehlermeldung von Fehler vorhanden.</li>
 | 
					        <li>state - Status des Opener bzw . Fehlermeldung von Fehler vorhanden.</li>
 | 
				
			||||||
        <li>succes - true, false. Gibt den Status des letzen Befehls zurück.</li>
 | 
					        <li>succes - true, false. Gibt den Status des letzen Befehls zurück.</li>
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
    <br><br>
 | 
					    <br><br>
 | 
				
			||||||
    <a name="NUKIDeviceset"></a>
 | 
					    <a name="NUKIDeviceset"></a>
 | 
				
			||||||
    <b>Set</b>
 | 
					    <b>Set</b>
 | 
				
			||||||
 | 
					    <br>Smartlock
 | 
				
			||||||
    <ul>
 | 
					    <ul>
 | 
				
			||||||
        <li>statusRequest - retrieves the current state of the smartlock from the bridge.</li>
 | 
					        <li>statusRequest - ruft den aktuellen Status des Smartlocks von der Bridge ab.</li>
 | 
				
			||||||
        <li>lock - lock</li>
 | 
					        <li>lock - verschließen</li>
 | 
				
			||||||
        <li>unlock - unlock</li>
 | 
					        <li>unlock - aufschließen</li>
 | 
				
			||||||
        <li>unlatch - unlock / open Door</li>
 | 
					        <li>unlatch - entriegeln/Falle öffnen.</li>
 | 
				
			||||||
        <li>unpair -  Removes the pairing with a given Smart Lock</li>
 | 
					        <li>unpair -  entfernt das pairing mit dem Smart Lock</li>
 | 
				
			||||||
        <li>locknGo - lock when gone</li>
 | 
					        <li>locknGo - verschließen wenn gegangen</li>
 | 
				
			||||||
        <li>locknGoWithUnlatch - lock after the door has been opened</li>
 | 
					        <li>locknGoWithUnlatch - verschließen nach dem die Falle geöffnet wurde.</li>
 | 
				
			||||||
        <br>
 | 
					    </ul>
 | 
				
			||||||
 | 
					    <br>Opener
 | 
				
			||||||
 | 
					    <ul>
 | 
				
			||||||
 | 
					        <li>statusRequest - ruft den aktuellen Status des Opener von der Bridge ab.</li>
 | 
				
			||||||
 | 
					        <li>activateRto - aktiviert den ring to open Modus / ein klingeln aktiviert den Türöffner</li>
 | 
				
			||||||
 | 
					        <li>deactivateRto - deaktiviert den ring to open Modus</li>
 | 
				
			||||||
 | 
					        <li>electricStrikeActuation - aktiviert den Türöffner</li>
 | 
				
			||||||
 | 
					        <li>activateContinuousMode -  aktiviert dauerhaft öffnen der Tür durch klingeln Modus</li>
 | 
				
			||||||
 | 
					        <li>deactivateContinuousMode - deaktiviert diesen Modus</li>
 | 
				
			||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
    <br><br>
 | 
					    <br><br>
 | 
				
			||||||
    <a name="NUKIDeviceattribut"></a>
 | 
					    <a name="NUKIDeviceattribut"></a>
 | 
				
			||||||
@@ -252,7 +273,7 @@ sub Initialize {
 | 
				
			|||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "release_status": "stable",
 | 
					  "release_status": "stable",
 | 
				
			||||||
  "license": "GPL_2",
 | 
					  "license": "GPL_2",
 | 
				
			||||||
  "version": "v2.0.1",
 | 
					  "version": "v2.0.2",
 | 
				
			||||||
  "author": [
 | 
					  "author": [
 | 
				
			||||||
    "Marko Oldenburg <leongaultier@gmail.com>"
 | 
					    "Marko Oldenburg <leongaultier@gmail.com>"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
@@ -266,7 +287,7 @@ sub Initialize {
 | 
				
			|||||||
    "runtime": {
 | 
					    "runtime": {
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "FHEM": 5.00918799,
 | 
					        "FHEM": 5.00918799,
 | 
				
			||||||
        "perl": 5.016, 
 | 
					        "perl": 5.024, 
 | 
				
			||||||
        "Meta": 0,
 | 
					        "Meta": 0,
 | 
				
			||||||
        "JSON": 0,
 | 
					        "JSON": 0,
 | 
				
			||||||
        "Date::Parse": 0
 | 
					        "Date::Parse": 0
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
UPD 2021-12-11_19:37:43 10358 FHEM/73_NUKIBridge.pm
 | 
					UPD 2021-12-17_11:56:40 10358 FHEM/73_NUKIBridge.pm
 | 
				
			||||||
UPD 2021-12-16_19:03:43 9604 FHEM/74_NUKIDevice.pm
 | 
					UPD 2021-12-17_11:56:38 11116 FHEM/74_NUKIDevice.pm
 | 
				
			||||||
UPD 2021-12-11_19:37:43 42761 lib/FHEM/Devices/Nuki/Bridge.pm
 | 
					UPD 2021-12-11_19:37:43 42761 lib/FHEM/Devices/Nuki/Bridge.pm
 | 
				
			||||||
UPD 2021-12-11_19:37:43 16338 lib/FHEM/Devices/Nuki/Device.pm
 | 
					UPD 2021-12-11_19:37:43 16338 lib/FHEM/Devices/Nuki/Device.pm
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user