Domo; node based automation.
Find a file
Raine 08baf134dd
feat: add array data type
this commit introduces breaking changes
2023-10-15 18:06:30 +02:00
.woodpecker fix: ci only when needed (2) 2023-10-15 18:06:25 +02:00
doc feat: add array data type 2023-10-15 18:06:30 +02:00
domo_node feat: added config for relay 2023-10-15 18:06:29 +02:00
domo_proto fix: remove old code 2023-10-15 18:06:29 +02:00
.gitignore doc: more stuff regarding protocol and domo_node 2023-10-15 18:06:26 +02:00
domo.master.toml init: initial commit 2023-10-15 18:06:18 +02:00
README.md init: initial commit 2023-10-15 18:06:18 +02:00
recv_server.py feat: debugging server update 2023-10-15 18:06:27 +02:00
sanity_check.sh feat: sanity check 2023-10-15 18:06:26 +02:00

Domo is a domotica system for me.

Nodes

Domo has 2 types of nodes:

  • Master node; the control node.
  • Slave nodes; the other nodes.

Master node

The difference between a master node and a slave node is that everything connects to it.