diff --git a/node-hue-api/index.d.ts b/node-hue-api/index.d.ts index 4d0bc36181..50467da2b1 100644 --- a/node-hue-api/index.d.ts +++ b/node-hue-api/index.d.ts @@ -5,10 +5,6 @@ /// -// Functions that are deprecated, not working, or returning callbacks instead of promises were not documented. - -declare module "node-hue-api" { - //Not documented because it says it's broken //export function connect(config) : HueApi; @@ -1071,5 +1067,4 @@ declare module "node-hue-api" { function create(values?: Object): State; function isLightState(obj: Object): obj is State; - } -} \ No newline at end of file + } \ No newline at end of file