Sabina Davis | c632934 | 2019-03-01 20:44:42 -0800 | [diff] [blame] | 1 | package y2019; |
| 2 | |
Austin Schuh | ff97355 | 2019-05-19 16:49:28 -0700 | [diff] [blame] | 3 | // Published on ".y2019.status_light" |
Sabina Davis | c632934 | 2019-03-01 20:44:42 -0800 | [diff] [blame] | 4 | message StatusLight { |
| 5 | // How bright to make each one. 0 is off, 1 is full on. |
| 6 | float red; |
| 7 | float green; |
| 8 | float blue; |
| 9 | }; |
| 10 | |
Austin Schuh | ff97355 | 2019-05-19 16:49:28 -0700 | [diff] [blame] | 11 | // Published on ".y2019.camera_log" |
Austin Schuh | 4e2629d | 2019-03-28 14:44:37 -0700 | [diff] [blame] | 12 | message CameraLog { |
| 13 | bool log; |
| 14 | }; |