update readme
authorStricted <info@stricted.de>
Sat, 8 Aug 2015 03:56:47 +0000 (05:56 +0200)
committerStricted <info@stricted.de>
Sat, 8 Aug 2015 03:56:47 +0000 (05:56 +0200)
README.md

index 961fd084e0163d79b3acea813ce2e3cca1a73a66..f2472be0fcde6f3363dddc4a20aaa48ee2ebf692 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,48 +10,52 @@ Access Speedport Hybrid Router through PHP
 ---
 This project is licensed under [GNU LESSER GENERAL PUBLIC LICENSE Version 3](https://github.com/Stricted/speedport-hybrid-php-api/blob/master/LICENSE).
 
-known $file values for getData() :
- * dsl
- * interfaces
- * arp
- * session
- * dhcp_client
- * dhcp_server
- * ipv6
- * dns
- * routing
- * igmp_proxy
- * igmp_snooping
- * wlan
- * module
- * memory
- * speed
- * webdav
- * bonding_client
- * bonding_tunnel
- * filterlist
- * bonding_tr181
- * letinfo
- * Connect
- * WLANBasic
- * WLANAccess
- * LAN
- * NASLight
- * INetIP
- * FilterAndTime
- * Portforwarding
- * PhoneBook
- * PhoneCalls
- * SystemMessages
- * DynDNS
- * Overview
- * Status
+known endpoints for getData() and sentRequest():
+| Endpoint       |
+| -------------- |
+| dsl            |
+| interfaces     |
+| arp            |
+| session        |
+| dhcp_client    |
+| dhcp_server    |
+| ipv6           |
+| dns            |
+| routing        |
+| igmp_proxy     |
+| igmp_snooping  |
+| wlan           |
+| module         |
+| memory         |
+| speed          |
+| webdav         |
+| bonding_client |
+| bonding_tunnel |
+| filterlist     |
+| bonding_tr181  |
+| lteinfo        |
+| status         |
+| Connect        |
+| WLANBasic      |
+| WLANAccess     |
+| LAN            |
+| NASLight       |
+| INetIP         |
+| FilterAndTime  |
+| Portforwarding |
+| PhoneBook      |
+| PhoneCalls     |
+| SystemMessages |
+| DynDNS         |
+| Overview       |
+
+
+
  
 PHP requirements
 ============= 
  * PHP >= 5.4.0
- * PHP extension `rrd` (for rrd graphs)
- * PHP extension `mcrypt`
+ * PHP extension `rrd` (optional, for rrd graphs)
 
 rrdtool integration
 =============