fix gammu adapter to remove number and update adapters to support or not sms reception

This commit is contained in:
osaajani 2020-03-31 02:22:40 +02:00
parent 2ae2baa6c4
commit f6e96c1133
5 changed files with 36 additions and 6 deletions

View file

@ -51,6 +51,11 @@ namespace adapters;
*/
public static function meta_datas_fields(): array;
/**
* Does the implemented service support reading smss.
*/
public static function meta_support_read(): bool;
/**
* Does the implemented service support flash smss.
*/