Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In rooms.fn: Prüfen, ob Objekt vom Typ CHANNEL ist #441

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

skleeschulte
Copy link
Contributor

@skleeschulte skleeschulte commented Jan 2, 2024

Bei mir gibt es folgendes Problem: Die Ausführung des Scripts rooms.fn wird bei der Auflistung der Channels eines Raums abgebrochen, sodass eine unvollständige Antwort (mit fehlerhafter JSON-Syntax) erzeugt wird.

Bei der Fehlersuche bin ich darauf gestoßen, dass dom.GetObject(sChannelId) nicht immer ein Objekt vom Typ CHANNEL zurückgibt, sondern in meinem Fall auch ein Objekt vom Typ SINGLECONDITION. In diesem Fall schlägt die Anweisung dom.GetObject(sChannelId).Interface() fehl und das Script bricht ab. Ich habe das Script darum um eine Überprüfung des Objekt-Typs erweitert.

Prüfen, ob Objekt vom Typ CHANNEL ist
@skleeschulte
Copy link
Contributor Author

Darf man davon ausgehen, dass Objekte vom Typ CHANNEL immer die Type-Nummer 33 haben? Andernfalls könnte man die Bedingung auch so formulieren: oChannel.TypeName() != "CHANNEL".

@GermanBluefox GermanBluefox merged commit 9611415 into ioBroker:master Mar 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants