DrozmotiX / ioBroker.coronavirus-statistics

Adapter to show Global Corona Virus information and current reports
MIT License
18 stars 19 forks source link

Bugfix for state attribute warning #356

Closed ioBroker22 closed 1 year ago

ioBroker22 commented 1 year ago

This fixes Issue #350

obakuhl commented 1 year ago

I've tried to do this manually (change type from 'mixed' to 'number' in main.js), but without success. Did the warning disappear in your instance?

ioBroker22 commented 1 year ago

Tried somthing similar: ive editet the datapoint - but after every Cron-Start of the instance there was a reset of the type to "mixed". So the problem was persistent. After install of my own commit (sorry for the revert... wanted to write an understandable headline) the problem was/is gone for me.

obakuhl commented 1 year ago

Alright, I did the same, I installed the commit and everything works now. Thx.

ioBroker22 commented 1 year ago

No problem, i´m glad it works at your instance.

DutchmanNL commented 1 year ago

thank you