GEMakers / gea-plugin-dishwasher

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

cycleStatus.cycleRunning == 3? #13

Open Hixie opened 8 years ago

Hixie commented 8 years ago

GE GDF570SGFWW dishwasher. Heavy cycle. operatingMode is End of Cycle.

When I query cycleState, I get cycleRunning:3. The documentation says that cycleRunning should be either 0 to indicate that it's not running, or non-zero if it is. It's not running as far as I can tell.

Normally I get 1 when it's running.

Hixie commented 8 years ago

looks like it's the selected program. 0 means inactive, 1 means autosense, 3 means heavy, 6 means normal, and 11 means light.

0xbarrett commented 8 years ago

@Hixie: You're right, cycleStatus.cycleRunning represents the enumerated value of the cycle that is currently running. The documentation is wrong and needs to be updated.