lib/sonos/device/speaker.rb in sonos-0.3.1 vs lib/sonos/device/speaker.rb in sonos-0.3.2

- old
+ new

@@ -8,10 +8,10 @@ include Sonos::Endpoint::AVTransport include Sonos::Endpoint::Rendering include Sonos::Endpoint::Device include Sonos::Endpoint::ContentDirectory - MODEL_NUMBERS = ['S3', 'S5', 'ZP90'] + MODEL_NUMBERS = ['S3', 'S5', 'S9', 'ZP90', 'Sub'] attr_reader :icon def self.model_numbers MODEL_NUMBERS