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
Im log steht z.Bsp.: started scene: Scene Hell was ja nicht so sehr informativ ist. Bei nachfolgender Änderung würde dann auch das jeweilige Objekt stehen (Raum, Zone usw.). Der obj.common.name ist immer der gleiche für die scene.
Unter /build/main.js in Zeile 178 ändern von: this.log.info(Started scene: ${obj.common.name}); nach: this.log.info(Started scene: ${obj._id}); wäre das einfachste.
The text was updated successfully, but these errors were encountered:
Im log steht z.Bsp.: started scene: Scene Hell was ja nicht so sehr informativ ist. Bei nachfolgender Änderung würde dann auch das jeweilige Objekt stehen (Raum, Zone usw.). Der obj.common.name ist immer der gleiche für die scene.
Unter /build/main.js in Zeile 178 ändern von:
this.log.info(
Started scene: ${obj.common.name});
nach:this.log.info(
Started scene: ${obj._id});
wäre das einfachste.The text was updated successfully, but these errors were encountered: