Philips Hue lights expose a manufacturer-specific Zigbee cluster, 0xFC03, that can write multiple light properties in one frame. This is the most efficient per-light update path for Hue bulbs because it can combine brightness, color, fade speed, and effect state into a single Zigbee command — avoiding the multiple sequential cluster commands that standard ZCL writes require.
This document captures what was learned during session analysis of the Hue private protocol, zigpy internals, ZHA light paths, and the reference adaptive drain loop design. It is intended as a reusable reference for any Hue-on-ZHA project.