You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wird die Methode .IsTypeOf() auf ein Objekt des Objektyps OT_DEVICES angewandt und dabei auf den Objekttyp OT_DEVICE geprüft, dann wird fälschlicherweise true mit dem Variabletyp boolean zurückgegeben. Erwartet würde die Rückgabe von false mit dem Variabletyp boolean, da ansonsten OT_DEVICE ein Vorfahre von OT_DEVICES sein müsste.
Describe the behavior you expected
Erwartet würde, dass die Prüfung das korrekte Ergebnis liefert.
Steps to reproduce the issue
Ausführung des folgenden Skriptes unter "Skript testen":
Describe the issue you are experiencing
Wird die Methode .IsTypeOf() auf ein Objekt des Objektyps OT_DEVICES angewandt und dabei auf den Objekttyp OT_DEVICE geprüft, dann wird fälschlicherweise true mit dem Variabletyp boolean zurückgegeben. Erwartet würde die Rückgabe von false mit dem Variabletyp boolean, da ansonsten OT_DEVICE ein Vorfahre von OT_DEVICES sein müsste.
Describe the behavior you expected
Erwartet würde, dass die Prüfung das korrekte Ergebnis liefert.
Steps to reproduce the issue
Ausführung des folgenden Skriptes unter "Skript testen":
What is the version this bug report is based on?
CCU3 mit ReGaHSS-Version R1.00.0388.0235
Which base platform are you running?
rpi3 (RaspberryPi3, ARM64/aarch64)
Which HomeMatic/homematicIP radio module are you using?
n/a
Anything in the logs that might be useful for us?
Additional information
Ausgabe des Skriptes:
The text was updated successfully, but these errors were encountered: