freebox_api_php/docs/services/config/LAN/LAN.md

38 lines
913 B
Markdown
Raw Permalink Normal View History

2016-06-11 21:29:34 +02:00
# LAN
2016-06-11 23:16:01 +02:00
**Namespace** : alphayax\freebox\api\v3\services\config\LAN
# Overview
- [LAN](LAN.md#LAN)
2016-06-25 14:28:08 +02:00
- [Browser](LAN.md#Browser)
2016-06-11 21:29:34 +02:00
2016-06-11 23:16:01 +02:00
2016-06-25 14:28:08 +02:00
<a name="LAN"></a>
## LAN
**Class** : alphayax\freebox\api\v3\services\config\LAN\LAN
### Public methods
| Method | Description |
|---|---|
| `getConfiguration` | Get the current LAN configuration |
| `setConfiguration` | Update the LAN configuration |
2016-06-11 23:16:01 +02:00
<a name="Browser"></a>
2016-06-11 21:29:34 +02:00
## Browser
2016-06-11 23:16:01 +02:00
**Class** : alphayax\freebox\api\v3\services\config\LAN\Browser
2016-06-11 21:29:34 +02:00
### Public methods
| Method | Description |
|---|---|
2016-06-12 18:41:25 +02:00
| `getBrowsableInterfaces` | Get all Lan interfaces |
| `getHostsFromInterface` | Get the LanHosts of the specified interface |
| `getHostsFromInterfaceName` | Get the LanHosts of the specified interface name |
| `getHostFromId` | Get a specific LanHost |
| `updateHostFromInterfaceId` | Update a LanHost |
2016-06-11 21:29:34 +02:00
| `wakeOnLan` | Send Wake ok Lan packet to an host |