Skip to content

Instantly share code, notes, and snippets.

@kke
Created November 9, 2017 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kke/fc9efb123e68da8fe38be69938be703f to your computer and use it in GitHub Desktop.
Save kke/fc9efb123e68da8fe38be69938be703f to your computer and use it in GitHub Desktop.
add_message "SensorReport" do
optional :device_id, :uint32, 1
optional :sensor_id, :uint32, 2
optional :timestamp, :uint32, 3
oneof :value do
optional :f, :float, 4
optional :percentage, :uint32, 5
optional :val, :int32, 6
optional :b, :bool, 7
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment