In the config.json, I find the LaundryCare.Common.Option.ProcessPhase feature. It represents the current phase of the clothes washing process (e.g. washing, rinsing, spinning). However, there is no values object that maps the process numbers to actual texts (like on some other features):
Is it a bug in hc-login, or is it not transmitted by the Home Connect API?
Is there a way to get this mapping somewhere else? I would like to show the current process phase on a display, but could only figure out a small list of processes so far.
In the
config.json
, I find theLaundryCare.Common.Option.ProcessPhase
feature. It represents the current phase of the clothes washing process (e.g. washing, rinsing, spinning). However, there is novalues
object that maps the process numbers to actual texts (like on some other features):Is it a bug in
hc-login
, or is it not transmitted by the Home Connect API?Is there a way to get this mapping somewhere else? I would like to show the current process phase on a display, but could only figure out a small list of processes so far.