mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
add status limit_reached to phone and check raspisms sms limit when updating phone status
This commit is contained in:
parent
b8ab352deb
commit
e7a6c486ee
6 changed files with 111 additions and 12 deletions
|
@ -161,7 +161,7 @@ interface AdapterInterface
|
|||
/**
|
||||
* Method called to verify phone status
|
||||
*
|
||||
* @return string : Return one phone status among 'available', 'unavailable', 'no_credit'
|
||||
* @return string : Return one phone status among 'available', 'unavailable', 'no_credit', 'limit_reached'
|
||||
*/
|
||||
public function check_phone_status(): string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue