pub type BoolPoint = BoolPointType;
pub struct BoolPoint { pub time: String, pub value: bool, }
time: String
value: bool