The good news is you don’t have to use this raw command anymore. Instead you should be able to use zigbee.command(0x0500, 0x00, "0000"). This is preferred because it’s slightly more self documenting, doesn’t hardcode the sequence number and is more future proof because we eventually plan to deprecate the raw command once we have an equivalent replacement. We do still need to update many of our own Device Type Handlers.