Module huelib::resource[][src]

Expand description

Module for bridge resources.

Re-exports

pub use capabilities::Capabilities;
pub use config::Config;
pub use group::Group;
pub use light::Light;
pub use resourcelink::Resourcelink;
pub use rule::Rule;
pub use scene::Scene;
pub use schedule::Schedule;
pub use sensor::Sensor;

Modules

Bindings to the Configuration API.

Bindings to the Groups API.

Bindings to the Lights API.

Bindings to the Rules API.

Bindings to the Scenes API.

Bindings to the Schedules API.

Bindings to the Sensors API.

Structs

Struct for new resources that were scanned by the bridge.

Information about a resource that is returned from a scan.

Enums

Enum for adjusting an attribute of a modifier or creator.

Alert effect of a light.

Color mode of a light.

Dynamic effect of a light.

Status of the last scan for a new resource type.

Represents a HTTP method.

Traits

Trait for creating a resource.

Trait for modifying a resource.

Marker trait for resources.

Trait for scanning new resources.