Skip to content

Commit

Permalink
(simatec) Code revision and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Jul 29, 2024
1 parent dc1faea commit f9b328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ function main(adapter) {
}
resShutterState.forEach(function (element) {
adapter.subscribeForeignStates(element);
adapter.log.debug(`Shutter State: ${element}%`);
adapter.log.debug(`Shutter State: ${element}`);
});

for (const s in shutterSettings) {
Expand Down

0 comments on commit f9b328d

Please sign in to comment.