aboutsummaryrefslogtreecommitdiff
path: root/debug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debug.xml')
-rw-r--r--debug.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.xml b/debug.xml
index 47f17bdae..b09a73d0a 100644
--- a/debug.xml
+++ b/debug.xml
@@ -209,6 +209,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>