Put echos in device list


#1

1) Give a description of the problem
I want to designate which echos will speak. I have a central speaking piston, and want to be able to pick from my list of echo devices, but WC also requires me to select a particular setting of the echo. Would one of these simply allow me to select the echo, itself?

2) What is the expected behaviour?
Make a list of echos to speak to.

3) What is happening/not happening?
Must select a setting of the echo.

**4) Post a Green Snapshot of the piston![image|45x37]![image|426x500]

I selected Level just for this screencap. I current use the setAlarmLevel to choose the echo, but I think it slows down the process.

5) Attach logs after turning logging level to Full
Not running yet.


#2

I use an Expression, set @WhichEcho = @WhichEcho + [Echo - Computer Echo], same deal for removing it from the global variable, subtract it.

Note: Also, @WhichEcho should be a device variable.


#3

Ah, that’s what I was doing wrong. Thank you. :slight_smile: