From: Mikko Rasa Date: Sun, 6 Apr 2014 20:08:32 +0000 (+0300) Subject: Fix handling of uncertain bits in accessories X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=b79fbe6985cb9bcd8df1f5b0ec95b25314d8798d;hp=b79fbe6985cb9bcd8df1f5b0ec95b25314d8798d;p=r2c2.git Fix handling of uncertain bits in accessories When the state of an accessory is first set, send commands for all uncertain bits. Otherwise the accessory could remain unsynced or a failure could go undetected. Always clear the uncertain bit after setting an accessory, not only when it failed. ---