diff --git a/fhem/CHANGED b/fhem/CHANGED index b31525f2a..dcd10558a 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 74_XiaomiBTLSens: fix commandref entrys - feature: 49_SSCam: V3.5.0, new get command listPresets - change: 93_DbRep: V7.14.8, exportToFile,importFromFile can use file as an argument, fix no save to database if value=0 (writeToDB) diff --git a/fhem/FHEM/74_XiaomiBTLESens.pm b/fhem/FHEM/74_XiaomiBTLESens.pm index 8e03b74b1..54c09fdef 100644 --- a/fhem/FHEM/74_XiaomiBTLESens.pm +++ b/fhem/FHEM/74_XiaomiBTLESens.pm @@ -50,7 +50,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking "; #use Data::Dumper; only for Debugging -my $version = "2.0.11"; +my $version = "2.0.12"; @@ -922,8 +922,8 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) { =pod =item device -=item summary Modul to retrieves data from a Xiaomi BTLE Sensor -=item summary_DE Modul um Daten vom Xiaomi BTLE Sensor aus zu lesen +=item summary Modul to retrieves data from a Xiaomi BTLE Sensors +=item summary_DE Modul um Daten vom Xiaomi BTLE Sensoren aus zu lesen =begin html @@ -946,7 +946,7 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) {
This statement creates a XiaomiBTLESens with the name Weihnachtskaktus and the Bluetooth Mac C4:7C:8D:62:42:6F.
- After the device has been created, the current data of the Xiaomi BTLE Sensor is automatically read from the device. + After the device has been created and the model attribut is set, the current data of the Xiaomi BTLE Sensor is automatically read from the device.

@@ -986,6 +986,8 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) {
  • disabledForIntervals - disable device for interval time (13:00-18:30 or 13:00-18:30 22:00-23:00)
  • interval - interval in seconds for statusRequest
  • minFertility - min fertility value for low warn event
  • +
  • hciDevice - select bluetooth dongle device
  • +
  • model - set model type
  • maxFertility - max fertility value for High warn event
  • minMoisture - min moisture value for low warn event
  • maxMoisture - max moisture value for High warn event
  • @@ -1025,7 +1027,7 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) {
    Der Befehl legt ein Device vom Typ XiaomiBTLESens an mit dem Namen Weihnachtskaktus und der Bluetooth MAC C4:7C:8D:62:42:6F.
    - Nach dem Anlegen des Device werden umgehend und automatisch die aktuellen Daten vom betroffenen Xiaomi BTLE Sensor gelesen. + Nach dem Anlegen des Device und setzen des korrekten model Attributes werden umgehend und automatisch die aktuellen Daten vom betroffenen Xiaomi BTLE Sensor gelesen.

    @@ -1036,6 +1038,7 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) {
  • batteryLevel - aktueller Ladestand der Batterie in Prozent.
  • fertility - Wert des Fruchtbarkeitssensors (Bodenleitfähigkeit)
  • firmware - aktuelle Firmware-Version des BTLE Sensor
  • +
  • lastGattError - Fehlermeldungen vom gatttool
  • lux - aktuelle Lichtintensität
  • moisture - aktueller Feuchtigkeitswert
  • temperature - aktuelle Temperatur
  • @@ -1044,15 +1047,8 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) { Set -

    - - Get -

    @@ -1072,6 +1068,8 @@ sub CometBlueBTLE_CmdlinePreventGrepFalsePositive($) {
  • interval - Interval in Sekunden zwischen zwei Abfragen
  • disabledForIntervals - deaktiviert das Gerät für den angegebenen Zeitinterval (13:00-18:30 or 13:00-18:30 22:00-23:00)
  • minFertility - min Fruchtbarkeits-Grenzwert für ein Ereignis minFertility low
  • +
  • hciDevice - Auswahl bei mehreren Bluetooth Dongeln
  • +
  • model - setzt das Model
  • maxFertility - max Fruchtbarkeits-Grenzwert für ein Ereignis maxFertility high
  • minMoisture - min Feuchtigkeits-Grenzwert für ein Ereignis minMoisture low
  • maxMoisture - max Feuchtigkeits-Grenzwert für ein Ereignis maxMoisture high