syntax = "proto3"; package ledd; import "hcl.proto"; message LED { string name = 1; HCL color = 2; }