Skip to content

Commit

Permalink
remove some wrong loggings
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAhrdt committed Oct 17, 2024
1 parent 1fe88b2 commit 6c5bdfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (BenAhrdt) remove some wrong loggings

### 1.5.0 (2024-10-17)
* (BenAhrdt) add some notifications for devices back online

Expand Down
3 changes: 0 additions & 3 deletions lib/modules/directorieshandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,7 @@ class directorieshandlerClass {
const iconPath = obj[elementName].objectIconPath(topic,message);
if(iconPath !== ""){
if(myObject.common.icon){
this.adapter.log.error("Icon vorhanden");
if(myObject.common.icon.indexOf("offline") !== -1){
this.adapter.log.error("offline erkannt");
this.adapter.log.error(objectId);
// create changeinfo and register notification
const changeInfo = await this.adapter.getChangeInfo(objectId);
if(changeInfo){
Expand Down

0 comments on commit 6c5bdfd

Please sign in to comment.