DeviceInterface
in
Table of Contents
Methods
- getIp() : string
- Get the IP address of this device.
- getModel() : string
- getName() : string
- getRoom() : string
- getUuid() : string
- soap() : SoapResponse
- Send a soap request to the device.
Methods
getIp()
Get the IP address of this device.
public
getIp() : string
Return values
stringgetModel()
public
getModel() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetRoom()
public
getRoom() : string
Return values
stringgetUuid()
public
getUuid() : string
Return values
stringsoap()
Send a soap request to the device.
public
soap(string $service, string $action[, array<string, string|int|bool> $params = [] ]) : SoapResponse
Parameters
- $service : string
-
The service to send the request to
- $action : string
-
The action to call
- $params : array<string, string|int|bool> = []
-
The parameters to pass