Enum DeviceStateUpdateMode
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Specifies how cached device state should be handled after executing a raw command.
public enum DeviceStateUpdateMode
Fields
None = 0Do not refresh cached device state after the command completes.
UpdateAfterCommand = 1Refresh cached device state after the command completes.