Whitespace format fix
This commit is contained in:
parent
1dcc94de0e
commit
fb97857f59
2 changed files with 2 additions and 2 deletions
|
@ -82,4 +82,4 @@ pub fn device_type_add_on_off_light(node: &mut WriteNode) -> Result<u32, Error>
|
|||
let endpoint = node.add_endpoint(DEV_TYPE_ON_OFF_LIGHT)?;
|
||||
node.add_cluster(endpoint, OnOffCluster::new()?)?;
|
||||
Ok(endpoint)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,8 +20,8 @@ pub mod device_types;
|
|||
pub mod objects;
|
||||
|
||||
pub mod cluster_basic_information;
|
||||
pub mod cluster_on_off;
|
||||
pub mod cluster_media_playback;
|
||||
pub mod cluster_on_off;
|
||||
pub mod cluster_template;
|
||||
pub mod sdm;
|
||||
pub mod system_model;
|
||||
|
|
Loading…
Add table
Reference in a new issue