Creates an instance of Gateway.
The connection that will be used to send and receive commands.
Changes the password of the KLF interface.
Provide the old password.
Provide a new password. The password must not exceed 32 characters.
Returns a promise that fulfills to true if the password has been changed successfully.
Get the network settings
Returns an object with IP address, mask and default gateway and if DHCP is used.
Gets the current state of the gateway.
Returns the current state and sub-state of the gateway.
Reads the version information from the KLF interface, e.g. the firmware software version number
Returns an object with the several version numbers.
Set the KLF interface to use DHCP.
Set DHCP to true to use DHCP.
Set the KLF interface to use a fixed IP address.
Set DHCP to false to use a fixed IP address.
The IP address for the KLF interface.
The IP mask for the network settings.
The default gateway of your gateway.
Provides basic functions to control general functions of the KLF interface.
Gateway