Skip to content

Home > resol-vbus-core-toolbox-scripts > webserverGetDeviceInformationApi > WebserverGetDeviceInformationService > setValue

webserverGetDeviceInformationApi.WebserverGetDeviceInformationService.setValue() method

Set one device information to a new value.

Signature:

typescript
setValue(key: WebserverGetDeviceInformationKey, value: string): void;

Parameters

Parameter

Type

Description

key

WebserverGetDeviceInformationKey

The key.

value

string

The value to set to.

**Returns:**

void