Skip to content
Open
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
10 changes: 10 additions & 0 deletions core/class/mobile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ class mobile extends eqLogic

/* * ***********************Methode static*************************** */

/**
* Core callback to returns the directory of data not to be saved in the Jeedom backup
*
* @return array
*/
public static function backupExclude()
{
return ['data'];
}

public static function cronDaily()
{
foreach (eqLogic::byType('mobile') as $mobile) {
Expand Down