NeoPixel LED Protocols
/output/neopixel
| Source | Robot ( Physical | Virtual ) | 
| Destination | Server / GUI | 
| Data Type | JSON | 
| Message Format | 
       
                {
                    "id": 10,
                    "R": [R],
                    "G": [B],
                    "B": [B]
                }
            
        | 
| Description | 
        Broadcast the RGB values of robot's NeoPixel LED ring to the Server/ GUI through the topic.
         | 
/output/neopixel/{robotID}
| Source | Server | 
| Destination | Robot ( Physical | Virtual ) | 
| Data Type | String | 
| Messaage Format | [R] [G] [B] | 
| Description | 
        Server can ask from robot to change their colors by using the topic /output/neopixel/{robotID}
         |