Future<bool> init() async { timer = Timer.periodic(reportInterval, (timer) => _reportValue()); return true; }