Runner-42 / HomeDomotica

HomeDomitica system based on Raspberry Pi
0 stars 0 forks source link

Standardize on JSON message structure #17

Open Runner-42 opened 2 years ago

Runner-42 commented 2 years ago

Instead of a custom message events, standardize on JSON message structure For example the stop processing event would change from "P;STOP" to [ { "Type" : "Processing", "Event" : "STOP" } ]

Runner-42 commented 2 years ago

Testing successfully completed on test environment