My smart home skill works fine when turning on / off individual devices.
However, when putting two devices in a group, and use turn on/ off commands on that group, only one turn on /off request is sent to lambda service. However, that single request only contains one applianceId, not two.
Therefore, this creates a problem that group (contains 2 devices) commands will only turn on /off a single device.
So my question: When two devices (discovered from a single smart home skill) are in a group, will there be 2 separate requests sent to the same Lambda service, or only 1 request but with 2 applianceId?
Thanks!