Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions core/api/mobile.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,19 +622,9 @@ function saveMenuFromAppV2($menu, $mobile)
$jsonrpc->makeSuccess();
}

/**
* coming soon
*
* @return
*/
if ($jsonrpc->getMethod() == "syncBella") {
log::add('mobile', 'debug', '┌──────────▶︎ syncBella ─────────────────────');
log::add('mobile', 'debug', '| JeedomApp ─▶︎ syncBella');
log::add('mobile', 'debug', '└───────────────────────────────────────────');
}

/**
* get notifiactions present in json file
* get notifications present in json file
*
* @return array
*/
Expand Down
150 changes: 0 additions & 150 deletions core/class/bellaMobile.class.php

This file was deleted.

1 change: 0 additions & 1 deletion core/class/mobile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/* * ***************************Includes********************************* */
require_once dirname(__FILE__) . '/../../../../core/php/core.inc.php';
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
include_file('core', 'bellaMobile', 'class', 'mobile');

class mobile extends eqLogic
{
Expand Down
Loading
Loading