<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic zone and multipleZones in trait action.devices.traits.StartStop EXECUTE are not translated in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/356306#M770</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I've develop a smart home action that implements trait&amp;nbsp;action.devices.traits.StartStop and, during SYNC phase, it returns&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;availableZones in english&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "pausable": true,
  "availableZones": [
    "kitchen",
    "living room",
    "office",
    "bedroom"
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;Now, when I say to assistant "Start Robot in kitchen", all works ok, I receive following (partial request)&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"execution":[
   {
      "command":"action.devices.commands.StartStop",
      "params":{
         "start":true,
         "zone":"kitchen"
      }
   }
]&lt;/LI-CODE&gt;&lt;P&gt;But, when I talk in my native language Italian, if I say to assistant "Fai partire Robot in cucina", command doesn't work, I receive following&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"execution":[
   {
      "command":"action.devices.commands.StartStop",
      "params":{
         "start":true
      }
   }
]&lt;/LI-CODE&gt;&lt;P&gt;Assistant ignores "cucina" word (that is kitchen in Italian). It works only if I add explicitly "cucina" to&amp;nbsp;&lt;SPAN&gt;availableZones during SYNC phase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it a bug?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Francesco&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 18:15:42 GMT</pubDate>
    <dc:creator>francarl77</dc:creator>
    <dc:date>2023-02-08T18:15:42Z</dc:date>
    <item>
      <title>zone and multipleZones in trait action.devices.traits.StartStop EXECUTE are not translated</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/356306#M770</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I've develop a smart home action that implements trait&amp;nbsp;action.devices.traits.StartStop and, during SYNC phase, it returns&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;availableZones in english&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "pausable": true,
  "availableZones": [
    "kitchen",
    "living room",
    "office",
    "bedroom"
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;Now, when I say to assistant "Start Robot in kitchen", all works ok, I receive following (partial request)&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"execution":[
   {
      "command":"action.devices.commands.StartStop",
      "params":{
         "start":true,
         "zone":"kitchen"
      }
   }
]&lt;/LI-CODE&gt;&lt;P&gt;But, when I talk in my native language Italian, if I say to assistant "Fai partire Robot in cucina", command doesn't work, I receive following&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"execution":[
   {
      "command":"action.devices.commands.StartStop",
      "params":{
         "start":true
      }
   }
]&lt;/LI-CODE&gt;&lt;P&gt;Assistant ignores "cucina" word (that is kitchen in Italian). It works only if I add explicitly "cucina" to&amp;nbsp;&lt;SPAN&gt;availableZones during SYNC phase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it a bug?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Francesco&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 18:15:42 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/356306#M770</guid>
      <dc:creator>francarl77</dc:creator>
      <dc:date>2023-02-08T18:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: zone and multipleZones in trait action.devices.traits.StartStop EXECUTE are not translated</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/366569#M814</link>
      <description>&lt;P&gt;Thanks for bringing this up. Can you please share your full Sync response for us to look further?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 02:18:33 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/366569#M814</guid>
      <dc:creator>arm_dpe</dc:creator>
      <dc:date>2023-02-23T02:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: zone and multipleZones in trait action.devices.traits.StartStop EXECUTE are not translated</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/366701#M817</link>
      <description>&lt;P&gt;This is full Sync response:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  requestId: "16750979444015988002",
  payload: {
    agentUserId: "agentUserId",
    devices: [
      {
        id: "513aed3b-7219-496f-87cc-aab80d06f44b",
        type: "action.devices.types.VACUUM",
        traits: [
          "action.devices.traits.Dock",
          "action.devices.traits.EnergyStorage",
          "action.devices.traits.StartStop",
        ],
        name: {
          name: "Robot",
        },
        willReportState: true,
        attributes: {
          queryOnlyEnergyStorage: true,
          pausable: true,
          availableZones: [
            "kitchen",
            "living room",
            "office",
            "bedroom",
            "study",
          ],
        },
        deviceInfo: {
          manufacturer: "MyVacuum",
          model: "MyRobot",
          hwVersion: "TBD",
          swVersion: "TBD",
        },
      },
    ],
  },
}&lt;/LI-CODE&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 10:32:27 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/366701#M817</guid>
      <dc:creator>francarl77</dc:creator>
      <dc:date>2023-02-23T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: zone and multipleZones in trait action.devices.traits.StartStop EXECUTE are not translated</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/480943#M1250</link>
      <description>&lt;P&gt;Tebrik ederim gerçekten hiç beklemezdim yarın bi olsun bakalım&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 15:46:24 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/zone-and-multipleZones-in-trait-action-devices-traits-StartStop-EXECUTE-are/m-p/480943#M1250</guid>
      <dc:creator>Afghbvghh</dc:creator>
      <dc:date>2023-09-15T15:46:24Z</dc:date>
    </item>
  </channel>
</rss>

