I put two different devices in a “With” statement like below and then used them to do different things (flash lights and speak via TTS). So I know it works. Obviously, the Island Light can’t use TTS, but the speaker can.
Is this the best approach, or should I separate my devices and actions into separate statements, e.g., keep the Island Light in one statement, the speaker in another? Any reason why I shouldn’t have three, four, or five devices in one “With” statement if I want to do a bunch of stuff after an event/trigger?
Is it better to separate them?
Thanks.