fix(quad_power_timer): use string DPs for cycle/random/inching schedules (#4762)
Tuya standard data model for dps 42-44 on these power strips is maxlen
string (see e.g. device discussion for LDNIO strips). Base64 typing
caused decode warnings and empty values for plain string payloads.
Made-with: Cursor
Co-authored-by: Rafael Ahmedov <rafael.akhmedov@guavapay.com>