src/DetailFermenter.h

changeset 324
c1bb6b197763
parent 323
d053ffbbf3e9
child 325
fa946d12d937
equal deleted inserted replaced
323:d053ffbbf3e9 324:c1bb6b197763
31 void lo_changed(double val); 31 void lo_changed(double val);
32 void hi_changed(double val); 32 void hi_changed(double val);
33 void heat_switched(); 33 void heat_switched();
34 void cool_switched(); 34 void cool_switched();
35 void fan_switched(); 35 void fan_switched();
36 void button1_pressed();
37 void button2_pressed();
36 void mode_changed(int val); 38 void mode_changed(int val);
39 void stage_changed(int val);
40 void code_changed(int val);
41 void profile_changed(int val);
37 42
38 public slots: 43 public slots:
39 void refreshFermenter(QString); 44 void refreshFermenter(QString);
40 45
41 private: 46 private:
42 Ui::DetailFermenter *ui; 47 Ui::DetailFermenter *ui;
43 QString _node, _alias; 48 QString _node, _alias, _profile;
44 int recno; 49 int recno;
50 double lo_set = 0, hi_set = 0;
45 bool heat_state = false; 51 bool heat_state = false;
46 bool cool_state = false; 52 bool cool_state = false;
47 bool fan_state = false; 53 bool fan_state = false;
54
55 void send_switches();
48 }; 56 };
49 57
50 #endif 58 #endif

mercurial