@placeos/ts-client 4.2.7 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,3 +47,8 @@ export declare function reloadDriver(id: string): import('rxjs').Observable<any>
|
|
|
47
47
|
* @param id ID of the driver
|
|
48
48
|
*/
|
|
49
49
|
export declare function isDriverCompiled(id: string): import('rxjs').Observable<any>;
|
|
50
|
+
/**
|
|
51
|
+
* Get the drivers readme file if available
|
|
52
|
+
* @param id ID of the driver
|
|
53
|
+
*/
|
|
54
|
+
export declare function driverReadme(id: string): import('rxjs').Observable<string>;
|