mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-25 21:00:48 +02:00
Upgrade LBCAlerte to version 3.3
Add upgrade script
This commit is contained in:
@ -27,6 +27,8 @@ class Alert
|
||||
public $send_pushbullet = 0;
|
||||
public $send_notifymyandroid = 0;
|
||||
public $send_pushover = 0;
|
||||
public $send_joaoappsjoin = 0;
|
||||
public $send_slack = 0;
|
||||
|
||||
public function fromArray(array $values)
|
||||
{
|
||||
@ -82,7 +84,9 @@ class Alert
|
||||
"send_sms_ovh" => $this->send_sms_ovh,
|
||||
"send_pushbullet" => $this->send_pushbullet,
|
||||
"send_notifymyandroid" => $this->send_notifymyandroid,
|
||||
"send_pushover" => $this->send_pushover
|
||||
"send_pushover" => $this->send_pushover,
|
||||
"send_joaoappsjoin" => $this->send_joaoappsjoin,
|
||||
"send_slack" => $this->send_slack,
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user