Browse Source

Temporary fix for new CapabilityType 0xb (#74)

Marcus Thiesen 9 years ago
parent
commit
3efa42e081
1 changed files with 1 additions and 0 deletions
  1. 1 0
      protocol/proto/spirc.proto

+ 1 - 0
protocol/proto/spirc.proto

@@ -67,6 +67,7 @@ enum CapabilityType {
     kVolumeSteps = 0x8;
     kSupportedTypes = 0x9;
     kCommandAcks = 0xa;
+    kUnknown = 0xb;
 }
 
 message Goodbye {