Method decorator factory that propagates data changes to device models after the decorated method completes. Supports filtering by device type and handles the special SetPower method name for power state updates.
SetPower
Options object.
Optional
Optional device type to filter which devices are updated.
A method decorator that updates device models after execution.
Method decorator factory that propagates data changes to device models after the decorated method completes. Supports filtering by device type and handles the special
SetPowermethod name for power state updates.