Skip to content

Matter 経由で Nature Remo nano に特定の家電操作をさせるボタンです

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

natureglobal/remo-nano-dash-button

Repository files navigation

Remo nano Dash Button

押すと Nature Remo nano の OnOff Cluster がトグルするボタンです。

動かし方やコードの解説はこちら。

https://engineering.nature.global/entry/matter-remo-nano-dash-button

ノード ID が 1 で Endpoint ID が 2 の OnOff Cluster をトグルします。 ノード ID と Endpoint ID を変更したい場合は、 main/app_main.cpp の以下の部分を変更してください。

static constexpr uint32_t TARGET_NODE_ID = 1;
static constexpr uint16_t TARGET_ENDPOINT_ID = 2;

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Matter 経由で Nature Remo nano に特定の家電操作をさせるボタンです

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published