A string representation of all devices.
String devicesToString() => _devices.keys.map((key) => key.split('.').last).toString();