google-home / smart-home-nodejs

A sample of the Smart Home device control APIs in Actions on Google
Apache License 2.0
891 stars 290 forks source link

Request support for exclusive patterns for washing machines and refrigerators #220

Closed chengang7 closed 5 years ago

chengang7 commented 5 years ago

Hello, I recently developed the support of smart appliances for washing machines and refrigerators, but when I set their device modes, I didn't know how to set them up. Look at the mode names that are supported, it's not what I want, or it's not comprehensive. I would like to set the following schema names, if possible, whether they can be supported, or when custom names can be opened, because this is very important for development. Here are the patterns I want to support: Refrigerator: 1.frozen 2.cool 3.smart 4.holiday 5.. Washing machine: 1.standard 2.fastWash 3.hygiene 4.wool 5.babyWash 6.singleDehydration

Fleker commented 5 years ago

Are these supposed to be mode names, mode settings, or toggles?

chengang7 commented 5 years ago

Are these supposed to be mode names, mode settings, or toggles?

Hi, Fleker! What I'm talking about is mode settings that want to be supported. They can be categorized under the name of mode, I think so. These are the mode settings I want to support: Refrigerator: 1.smart 2.holiday 3.cool 4.frozen Washing machine: 1.cottons 2.blend 3.rinse_wash 4.quick_wash 5.wool 6.babyWash 7.standard 8.synthetics 9.hygiene Thats all... Because I'm developing the action of Whirlpool's smart appliances. Unfortunately, I don't know how to set the mode of smart appliances through your api, so can you give me some help? Thank you!

chengang7 commented 5 years ago

I am requesting the following mode settings be added: setting_name: smart; setting_synonym: smart, intelligence setting_name: cool ; setting_synonym: cool ,Rapid cooling setting_name: frozen; setting_synonym: frozen,Rapid frozen setting_name: cottons ; setting_synonym: cottons ,cottons setting_name: blend; setting_synonym: blend,mix setting_name: rinse_wash; setting_synonym: rinse wash,rinse setting_name: quick_wash; setting_synonym: quick wash,fast wash setting_name: wool; setting_synonym: wool,fleece setting_name: baby wash; setting_synonym: baby wash setting_name: standard; setting_synonym: standard,criterion setting_name: synthetics; setting_synonym: synthetics,compose setting_name: hygiene; setting_synonym: hygiene,Sterilization


Some words may not be particularly accurate. Please correct them.thanks!

Fleker commented 5 years ago

Okay.

Fleker commented 5 years ago

The changes have been implemented and will be rolling out soon. You can view all modes and toggles on our reference pages.

Note that some of the suggestions have already been implemented, such as standard.