rgardner / extreme-design

Energy Sensing + Automation
http://www.robert-gardner.com/extreme-design/
0 stars 0 forks source link

Fix Naming Scheme for Actuation Nodes #6

Closed rgardner closed 9 years ago

rgardner commented 9 years ago

Problem: nodes can have relays and sensors attached to them, but the current naming scheme is an xor relationship. I'm thinking we just allow the coordinator to try to actuate any other node. It'll be a no-op if it doesn't have a relay attached. Then I can remove actuation from the naming protocol.

What do you think @Hotblack ?

rgardner commented 9 years ago

I like the idea of being to on-the-fly actuate any node. It'll be a no-op if we send the command to a non-relay enabled node. I've removed the actuator information from the naming protocol.