GEMakers / gea-plugin-dishwasher

Dishwasher plugin for the GEA SDK
GNU General Public License v2.0
13 stars 6 forks source link

What does it mean for a cycle to be "reset"? #11

Open Hixie opened 8 years ago

Hixie commented 8 years ago

On my dishwasher, cycleCounts has started=8, completed=5, and reset=6. I presume that means 3 cycles were canceled somehow (started - completed). But what does "reset" mean?

0xbarrett commented 8 years ago

@Hixie: The documentation is incorrect on this. resetCount is actually the power-on reset counter, which is incremented every time the unit powers up. The descriptions for the other two, startedCount and completedCount, are correct.