src/DetailFermenter.h

changeset 391
42936c86cbac
parent 333
499c95108bbd
child 489
4db768aea3df
equal deleted inserted replaced
390:2a69be28a925 391:42936c86cbac
38 void mode_changed(int val); 38 void mode_changed(int val);
39 void stage_changed(int val); 39 void stage_changed(int val);
40 void code_changed(int val); 40 void code_changed(int val);
41 void profile_changed(int val); 41 void profile_changed(int val);
42 void on_ChartButton_clicked(); 42 void on_ChartButton_clicked();
43 void on_WebcamButton_clicked();
43 44
44 public slots: 45 public slots:
45 void refreshFermenter(QString); 46 void refreshFermenter(QString);
46 47
47 private: 48 private:
48 Ui::DetailFermenter *ui; 49 Ui::DetailFermenter *ui;
49 QString _node, _alias, _uuid, _profile, _beercode, _beername; 50 QString _node, _alias, _uuid, _profile, _beercode, _beername, _webcam_url;
50 int recno; 51 int recno, _webcam_light;
51 double lo_set = 0, hi_set = 0; 52 double lo_set = 0, hi_set = 0;
52 bool heat_state = false; 53 bool heat_state = false;
53 bool cool_state = false; 54 bool cool_state = false;
54 bool fan_state = false; 55 bool fan_state = false;
55 56

mercurial