summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/ble/common/heater.rep
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/ble/common/heater.rep')
-rw-r--r--tests/manual/examples/ble/common/heater.rep7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/examples/ble/common/heater.rep b/tests/manual/examples/ble/common/heater.rep
new file mode 100644
index 0000000..6c5022b
--- /dev/null
+++ b/tests/manual/examples/ble/common/heater.rep
@@ -0,0 +1,7 @@
+#include <QtCore>
+
+class Heater
+{
+ PROP(bool heaterPoweredOn=true);
+ PROP(int currentTemperature=20 SOURCEONLYSETTER);
+};