wot-typescript-definitions
Advanced tools
Comparing version
@@ -94,3 +94,3 @@ export as namespace WoT; | ||
invokeAction(actionName: string, parameter?: any, options?: InteractionOptions): Promise<any>; | ||
invokeAction(actionName: string, params?: any, options?: InteractionOptions): Promise<any>; | ||
@@ -156,6 +156,6 @@ observeProperty(name: string, listener: WotListener, options?: InteractionOptions): Promise<string>; | ||
export declare type PropertyReadHandler = (internal?: any, options?: any) => Promise<any>; | ||
export declare type PropertyReadHandler = (options?: InteractionOptions) => Promise<any>; | ||
export declare type PropertyWriteHandler = (value: any, options?: any) => Promise<any>; | ||
export declare type PropertyWriteHandler = (value: any, options?: InteractionOptions) => Promise<any>; | ||
export declare type ActionHandler = (parameters: any, options?: any) => Promise<any>; | ||
export declare type ActionHandler = (params: any, options?: InteractionOptions) => Promise<any>; |
{ | ||
"name": "wot-typescript-definitions", | ||
"version": "0.7.0-NEXT-SNAPSHOT.14", | ||
"version": "0.7.0-NEXT-SNAPSHOT.15", | ||
"description": "TypeScript definitions for the W3C WoT Scripting API", | ||
@@ -5,0 +5,0 @@ "author": "W3C Web of Things Working Group", |
7973
0.28%