Skip to content

Commit

Permalink
Merge pull request #356 from ioBroker22/main
Browse files Browse the repository at this point in the history
Bugfix for state attribute warning
  • Loading branch information
DutchmanNL authored Sep 21, 2023
2 parents b823f26 + baa4c2f commit 0c9ea32
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 @@ -48,7 +48,7 @@ class Covid19 extends utils.Adapter {
common: {
'role': '',
'name': 'Translator for unknown country names',
'type': 'mixed',
'type': 'number',
'read': true,
'write': true,
'def': 0
Expand Down

0 comments on commit 0c9ea32

Please sign in to comment.