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}
...> ]
...> ])