Struct razberry::response::PartialGatewayState [] [src]

pub struct PartialGatewayState { /* fields omitted */ }

A response from Razberry's /ZWaveAPI/Data/{timestamp} endpoint. These responses contain only updates that ocurred after the requested timestamp.

Methods

impl PartialGatewayState
[src]

Build from a raw JSON string.

Get a reference to the underlying Json.

Get the start of the state change range (URL parameter)

Get the end of the state change range (time payload was generated)

Trait Implementations

impl Clone for PartialGatewayState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more