Hi, i’d like to write a script in PHP API that will collect comments from all my access-lists, then collect all signal levels and store those data in a database, but when i do sth like this:
$API->write('/interface/wireless/access-list/getall',true);
i recive all data BUT comment field, why? when i execute sth like this:
$API->write('/interface/getall');
i can see all informations with comments. why can i do the same with access-list?
What would be the easiest way to collect all: signals, MAC address and comment and store them in database?