Enum fxbox_taxonomy::api::WatchEvent
[−]
[src]
pub enum WatchEvent { Value { from: Id<Get>, value: Value, }, GetRemoved(Id<Get>), GetAdded(Id<Get>), }
An event during watching.
Variants
Value | A new value is available. Fields
| |||||
GetRemoved | The set of devices being watched has changed, typically either because a tag was edited or because a device was removed. Payload is the id of the device that was removed. | |||||
GetAdded | The set of devices being watched has changed, typically either because a tag was edited or because a device was added. Payload is the id of the device that was added. |