ソースを参照

still build json

Chris Mullins 8 年 前
コミット
0aff146960
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      lib/MiLight/PacketFormatter.h

+ 1 - 1
lib/MiLight/PacketFormatter.h

@@ -71,7 +71,7 @@ public:
   virtual void prepare(uint16_t deviceId, uint8_t groupId);
   virtual void format(uint8_t const* packet, char* buffer);
 
-  virtual const GroupState* parsePacket(const uint8_t* packet, GroupStateStore* stateStore);
+  virtual const GroupState* parsePacket(const uint8_t* packet, JsonObject& result, GroupStateStore* stateStore);
 
   static void formatV1Packet(uint8_t const* packet, char* buffer);