Service system

Estimated reading time: 2 minutes

This service handles APIs that are related to basic device functions like as follows.

  • To provide device related information like category, serial number and so on.
  • To provide/change general setting information like network setting, power status, clock setting and so on.
  • To provide function to access general component to Sony device, like Remote Commander.

API List

API name Auth Level Description
getCurrentTime (v1.0) None This API provides the current time set in the device.
getCurrentTime (v1.1) None This API provides the current time set in the device.This version has the additional response parameters of timezone and DST (Daylight Saving Time) offset information.
getInterfaceInformation (v1.0) None This API provides information of the REST API interface provided by the server.
getLEDIndicatorStatus (v1.0) Generic This API provides the function to get the LED Indicator mode.
getNetworkSettings (v1.0) Generic This API provides information about network settings.
getPowerSavingMode (v1.0) None This API provides the setting of the power saving mode to adjust the device’s power consumption.
getPowerStatus (v1.0) None This API provides the current power status of the device.
getRemoteControllerInfo (v1.0) None This API provides the information of the device’s remote commander.
getRemoteDeviceSettings (v1.0) None This API provides the current settings and supported settings related to the remote device, which can access the server device from outside the door.
getSystemInformation (v1.0) Private This API provides general information on the device.
getSystemSupportedFunction (v1.0) None This API provides the list of device capabilities within the scope of system service handling.
getWolMode (v1.0) Generic This API provides information on the device’s WoL (Wake-on-LAN) mode settings.
requestReboot (v1.0) Generic This API provides the function to reboot the device.
setLEDIndicatorStatus (v1.1) Generic This API provides the function to light up a specific LED Indicator, usually equipped in the front of the device to show the current device status to the user.
setLanguage (v1.0) Generic This API provides the language setting of the device.
setPowerSavingMode (v1.0) Generic This API provides the function to change the setting of the power saving mode, and adjust the device’s power consumption.
setPowerStatus (v1.0) Generic This API provides the function to change the current power status of the device.
setWolMode (v1.0) Generic This API is for changing the WoL (Wake-on-LAN) mode settings of the device.
Last modified: 27 Dec 2019