Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomeConnect API unexpected values (TQ707DF5/01) #235

Closed
bezibaerchen opened this issue Jan 24, 2024 · 1 comment
Closed

HomeConnect API unexpected values (TQ707DF5/01) #235

bezibaerchen opened this issue Jan 24, 2024 · 1 comment
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types

Comments

@bezibaerchen
Copy link

Plugin Version

0.39.0

Home Connect Appliance(s)

Siemens CoffeeMaker TQ707DF5/01

Log File

[1/24/2024, 9:29:55 AM] [HomeConnect] ========================================================================================
[1/24/2024, 9:29:55 AM] [HomeConnect] 
[1/24/2024, 9:29:55 AM] [HomeConnect] // Union types
[1/24/2024, 9:29:55 AM] [HomeConnect] export type AromaSelect =
[1/24/2024, 9:29:55 AM] [HomeConnect]     'ConsumerProducts.CoffeeMaker.EnumType.AromaSelect.distinctive'; // (unrecognised)
[1/24/2024, 9:29:55 AM] [HomeConnect] 
[1/24/2024, 9:29:55 AM] [HomeConnect] // Option
[1/24/2024, 9:29:55 AM] [HomeConnect] export interface OptionValues {
[1/24/2024, 9:29:55 AM] [HomeConnect]     'BSH.Common.Option.BaseProgram'?:                     ProgramKey;
[1/24/2024, 9:29:55 AM] [HomeConnect]     'BSH.Common.Option.ProgramName'?:                     string;
[1/24/2024, 9:29:55 AM] [HomeConnect]     'ConsumerProducts.CoffeeMaker.Option.AromaSelect'?:   AromaSelect; // (unrecognised)
[1/24/2024, 9:29:55 AM] [HomeConnect]     'ConsumerProducts.CoffeeMaker.Option.BeanAmount'?:    BeanAmount;
[1/24/2024, 9:29:55 AM] [HomeConnect]     'ConsumerProducts.CoffeeMaker.Option.FillQuantity'?:  number;
[1/24/2024, 9:29:55 AM] [HomeConnect] }
[1/24/2024, 9:29:55 AM] [HomeConnect] 
[1/24/2024, 9:29:55 AM] [HomeConnect] ========================================================================================

Additional Information

No response

@bezibaerchen bezibaerchen added the api keys/values Unrecognised Home Connect API keys or mismatched value types label Jan 24, 2024
@thoukydides
Copy link
Owner

Thanks for the report. ConsumerProducts.CoffeeMaker.EnumType.AromaSelect.distinctive is added in v0.39.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types
Projects
None yet
Development

No branches or pull requests

2 participants