Skip to content

Home > resol-vbus-core-toolbox-scripts > webserverGetDeviceInformationApi > WebserverGetDeviceInformationKey

webserverGetDeviceInformationApi.WebserverGetDeviceInformationKey type

The possible keys to set device information for.

Signature:

typescript
export type WebserverGetDeviceInformationKey = 'vendor' | 'product' | 'serial' | 'version' | 'build' | 'name' | 'features';