Skip to content
  • Lev Aronsky's avatar
    Add ZhiJia support (#10) · 5ec66c6a
    Lev Aronsky authored
    * Add support for ZhiJia lights
    
    * Document ZhiJia pairing limitation
    
    * Backport LampSmart Pro to ble_adv_light
    
    * Fix includes
    
    * Fix send_packet signature
    
    * Fix initialization
    
    * Command should be uint8_t
    
    * Add default arguments
    
    * Move default arguments to parent
    
    * Fix default arguments
    
    * Handle NULL args
    
    * Explicit assignments to fix warnings
    
    * Virtualize command IDs
    
    * Implement update_channels
    
    * Remove unused definitions
    
    * Remove unnecessary arguments
    
    * Log update_channels to fix bug
    
    * Explicitly convert to uint8_t
    
    * Even better logging
    
    * Drop the private send_packet in ZhiJia
    
    * Store args on stack
    
    * Explicit narrowing
    
    * Remove logging and private send_packet from LampSmartPro
    5ec66c6a