Documentation

DeviceInterface

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
string

soap()

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

Return values
SoapResponse
On this page

Search results