view service/iot2/messages.capnp @ 689:e3eceee54937

introduce capnp, more build, some demos Ignore-this: 29801e9e9f8a85fd0d822207c6eacce1
author drewp@bigasterisk.com
date Thu, 23 Jan 2020 21:00:47 -0800
parents
children ae8ad2b758e2
line wrap: on
line source

@0x884608a79526d38a;

# Can't use Text type; nim doesn't support it. The Data type becomes nim 'string'.

struct Report {
  sensor @0 :Data;
  value @1 :Float32;
}