aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug.xml b/debug.xml
index 47f17bdae..426dadc4c 100644
--- a/debug.xml
+++ b/debug.xml
@@ -18,6 +18,11 @@
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>http://nominatim.openstreetmap.org/reverse</entry>
+ <entry key='location.enable'>false</entry>
+ <entry key='location.key'>fake</entry>
+ <entry key='location.mcc'>260</entry>
+ <entry key='location.mnc'>2</entry>
+
<entry key='distance.enable'>true</entry>
<!--<entry key='filter.enable'>true</entry>
@@ -209,6 +214,10 @@
UPDATE device SET name = :name, uniqueId = :uniqueId WHERE id = :id;
</entry>
+ <entry key='database.updateDeviceStatus'>
+ UPDATE device SET status = :status, lastUpdate = :lastUpdate WHERE id = :id;
+ </entry>
+
<entry key='database.deleteDevice'>
DELETE FROM device WHERE id = :id;
</entry>