UNPKG

node-hue-api

Version:
6 lines (5 loc) 197 B
import { Placeholder } from './Placeholder'; export declare class SensorIdPlaceholder extends Placeholder { constructor(name?: string); protected _getParameterValue(parameter: any): any; }