polar-prost 0.1.0

Protobuf bindings to interact with Polar watches
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto2";
package data;


import "types.proto";

message PbUserTestPreferences {
	optional types.PbLocalDateTime orthostatic_test_reset = 1 ;
	required types.PbSystemDateTime last_modified = 101 ;
}