Method decorator factory that converts the API response back to
list-data shape and updates the targeted device model, using
EffectiveFlags to propagate only fields the device actually
acknowledged.
Factory form (always invoked as @classicUpdateDevice()) for
signature symmetry with classicUpdateDevices; the decorator
takes no configuration today but the shape is stable for future
options without breaking call sites.
Method decorator factory that converts the API response back to list-data shape and updates the targeted device model, using
EffectiveFlagsto propagate only fields the device actually acknowledged.Factory form (always invoked as
@classicUpdateDevice()) for signature symmetry with classicUpdateDevices; the decorator takes no configuration today but the shape is stable for future options without breaking call sites.