Appearance
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 | The key. | |
value | string | The value to set to. |
void