View Source Giocci.CLI.RegContact (Giocci v0.2.2)

接点をGiocciに登録する。

iex> Giocci.CLI.RegContact.start_register(
...> [
...>   {:global, :relay},
...>   [
...>     attr_device: "led",
...>     attr_type: "dout",
...>     contact_name: :do1,
...>     contact_value: 0,
...>     node_name: {:global, :node1}
...>   ]
...> ])

Summary

Functions