Struct fxbox_taxonomy::devices::Set
[−]
[src]
pub struct Set { pub kind: ChannelKind, pub push: Option<ValDuration>, pub updated: Option<TimeStamp>, // some fields omitted }
An output operation available on an service.
Fields
kind | The kind of value that can be sent to this service. |
push | If |
updated | Date at which the latest value was sent to the service. |