I’m trying to group the status of different attributes for my Echo Speaks devices into global variables in order to eliminate doing it over again in each piston. I’ve got everything except for a way to figure out the Bluetooth connected devices. Basically I want the variable set to connected if any Echo is connected to Bluetooth, but set to disconnected if none of them are connected to Bluetooth. Problem is the attribute shown in IDE is left blank if disconnected and when connected it lists all the devices it’s connected to via Bluetooth. It’d be extra nice if somehow I could have devices listed too but it’s not a big deal.