what are the supported synonym in action.devices.traits.FanSpeedActions on Google Smart Home Skill: Room Hint / Home GraphSimulator is not working for smart home action with all configured sessionWhat device types/traits should I use for a Heat Pump?Trait action.devices.traits.Modes does not seem to be workingSmart Home & Report State: what happens if the current known state is not in sync with the reality?Actions on Google V2 idToken not sentGoogle Assistant Smarthome: Query for fan speed always failDeepLink in Actions on Google - no longer available?Query regarding ColorSetting trait in Google Device ActionsSmart Home & Touch Controls: visual cards never update after successful Execute commands

Is passive Investigation essentially truesight against illusions?

What were the problems on the Apollo 11 lunar module?

How to make a plagal cadence sound convincing as an ending?

Where are the rest of the Dwarves of Nidavellir?

A scene of Jimmy diversity

Can you perfectly wrap a cube with this blocky shape?

Is there an English equivalent for "Les carottes sont cuites", while keeping the vegetable reference?

Kepler space telescope undetected planets

Why don't commercial aircraft adopt a slightly more seaplane-like design to allow safer ditching in case of emergency?

Coverting list of string into integers and reshaping the original list

How could a medieval fortress manage large groups of migrants and travelers?

What is the word for "event executor"?

Will this tire fail its MOT?

Strategy to pay off revolving debt while building reserve savings fund?

What prompted Cuba to fight against South African Imperialism?

Why do so many pure math PhD students drop out or leave academia, compared to applied mathematics PhDs?

Migrating Configuration - 3750G to 3750X

What is the meaning of [[:space:]] in bash?

Building a Shader Switch | How to get custom values from individual objects?

Why did Steve Rogers choose this character in Endgame?

Improve quality of image bars

Get node ID or URL in Twig on field level

At which point can a system be compromised when downloading archived data from an untrusted source?

Is it inertia which causes a rotating object to rotate forever without external force?



what are the supported synonym in action.devices.traits.FanSpeed


Actions on Google Smart Home Skill: Room Hint / Home GraphSimulator is not working for smart home action with all configured sessionWhat device types/traits should I use for a Heat Pump?Trait action.devices.traits.Modes does not seem to be workingSmart Home & Report State: what happens if the current known state is not in sync with the reality?Actions on Google V2 idToken not sentGoogle Assistant Smarthome: Query for fan speed always failDeepLink in Actions on Google - no longer available?Query regarding ColorSetting trait in Google Device ActionsSmart Home & Touch Controls: visual cards never update after successful Execute commands






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















As the docs https://developers.google.com/actions/smarthome/traits/fanspeed not say what speed_synonym is allowed (no reference list), and "speed 1", "speed 2" of the example not work, juts "low", "high" work. "1", "2", "3" ... also not work. So the question is what speed_synonym is valid in fanspeed traits ?










share|improve this question




























    0















    As the docs https://developers.google.com/actions/smarthome/traits/fanspeed not say what speed_synonym is allowed (no reference list), and "speed 1", "speed 2" of the example not work, juts "low", "high" work. "1", "2", "3" ... also not work. So the question is what speed_synonym is valid in fanspeed traits ?










    share|improve this question
























      0












      0








      0








      As the docs https://developers.google.com/actions/smarthome/traits/fanspeed not say what speed_synonym is allowed (no reference list), and "speed 1", "speed 2" of the example not work, juts "low", "high" work. "1", "2", "3" ... also not work. So the question is what speed_synonym is valid in fanspeed traits ?










      share|improve this question














      As the docs https://developers.google.com/actions/smarthome/traits/fanspeed not say what speed_synonym is allowed (no reference list), and "speed 1", "speed 2" of the example not work, juts "low", "high" work. "1", "2", "3" ... also not work. So the question is what speed_synonym is valid in fanspeed traits ?







      actions-on-google






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 26 at 9:02









      huy phamhuy pham

      61 bronze badge




      61 bronze badge






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Any key and synonyms should work for a particular language for the FanSpeed trait. Low/High work, as per the example, but I've also gotten 1/2/3/4 to work for the speed_name field. You may want to inflate your speed_synonym field to have more synonyms which will trigger.






          share|improve this answer























          • could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

            – huy pham
            Mar 27 at 2:23











          • You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

            – Nick Felker
            Mar 27 at 13:53











          • please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

            – huy pham
            Mar 27 at 14:33











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55353225%2fwhat-are-the-supported-synonym-in-action-devices-traits-fanspeed%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Any key and synonyms should work for a particular language for the FanSpeed trait. Low/High work, as per the example, but I've also gotten 1/2/3/4 to work for the speed_name field. You may want to inflate your speed_synonym field to have more synonyms which will trigger.






          share|improve this answer























          • could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

            – huy pham
            Mar 27 at 2:23











          • You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

            – Nick Felker
            Mar 27 at 13:53











          • please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

            – huy pham
            Mar 27 at 14:33
















          0














          Any key and synonyms should work for a particular language for the FanSpeed trait. Low/High work, as per the example, but I've also gotten 1/2/3/4 to work for the speed_name field. You may want to inflate your speed_synonym field to have more synonyms which will trigger.






          share|improve this answer























          • could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

            – huy pham
            Mar 27 at 2:23











          • You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

            – Nick Felker
            Mar 27 at 13:53











          • please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

            – huy pham
            Mar 27 at 14:33














          0












          0








          0







          Any key and synonyms should work for a particular language for the FanSpeed trait. Low/High work, as per the example, but I've also gotten 1/2/3/4 to work for the speed_name field. You may want to inflate your speed_synonym field to have more synonyms which will trigger.






          share|improve this answer













          Any key and synonyms should work for a particular language for the FanSpeed trait. Low/High work, as per the example, but I've also gotten 1/2/3/4 to work for the speed_name field. You may want to inflate your speed_synonym field to have more synonyms which will trigger.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 26 at 13:23









          Nick FelkerNick Felker

          7,3721 gold badge11 silver badges22 bronze badges




          7,3721 gold badge11 silver badges22 bronze badges












          • could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

            – huy pham
            Mar 27 at 2:23











          • You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

            – Nick Felker
            Mar 27 at 13:53











          • please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

            – huy pham
            Mar 27 at 14:33


















          • could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

            – huy pham
            Mar 27 at 2:23











          • You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

            – Nick Felker
            Mar 27 at 13:53











          • please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

            – huy pham
            Mar 27 at 14:33

















          could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

          – huy pham
          Mar 27 at 2:23





          could you please help me check this FanSpeed trait pastebin.com/dZwR7CVC. Set fan speed of [name] to speed 1/two/4/5 not work. Set fan speed of [name] to low/medium/high/auto/quiet work. Could you give me the FanSpeed trait so Set fan speed of [name] to 1/2/3/4/5/low/medium/high/auto/quiet work. Thanks.

          – huy pham
          Mar 27 at 2:23













          You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

          – Nick Felker
          Mar 27 at 13:53





          You should the transcriptions that you're sending. It's probably not picking up the speed name correctly.

          – Nick Felker
          Mar 27 at 13:53













          please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

          – huy pham
          Mar 27 at 14:33






          please show me an FanSpeed trait config that make "set fan speed of [name] to 1" work, I try so much but nothing work, please help me @Nick Felker, thanks.

          – huy pham
          Mar 27 at 14:33









          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







          Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55353225%2fwhat-are-the-supported-synonym-in-action-devices-traits-fanspeed%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

          밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

          1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴