Information about an available service, as reported in discovery responses. Mirrors the ServiceDescriptor shape from @napplet/core.
const info: ServiceInfo = { name: 'audio', version: '1.0.0', description: 'Audio playback and mute control',}; Copy
const info: ServiceInfo = { name: 'audio', version: '1.0.0', description: 'Audio playback and mute control',};
Optional
Optional human-readable description.
Service identifier (e.g., 'audio', 'notifications').
Semver version of the service.
Information about an available service, as reported in discovery responses. Mirrors the ServiceDescriptor shape from @napplet/core.
Example