We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4be4f commit 7b7cc6bCopy full SHA for 7b7cc6b
1 file changed
core/api/mobile.api.php
@@ -173,13 +173,13 @@
173
$jsonrpc->makeSuccess();
174
}
175
176
-if ($jsonrpc->getMethod() == 'saveinJeedom'){
177
- log::add('mobile', 'debug', 'Geoloc ADD'. $params['id'] .' > ' . $params['name']);
+if ($jsonrpc->getMethod() == 'geolocSave'){
+ log::add('mobile', 'debug', 'Geoloc ADD '. $params['id'] .' > ' . $params['name']);
178
mobile::SaveGeoloc($params);
179
180
181
182
-if ($jsonrpc->getMethod() == 'delinJeedom'){
+if ($jsonrpc->getMethod() == 'geolocDel'){
183
log::add('mobile', 'debug', 'Geoloc DEL '. $params['id'] .' > ' . $params['name']);
184
mobile::DelGeoloc($params);
185
0 commit comments