@meticulous-home/espresso-api 0.7.1 → 0.7.2
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.
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export interface LastProfileIdent {
|
|
|
27
27
|
load_time: number;
|
|
28
28
|
profile: Profile;
|
|
29
29
|
}
|
|
30
|
-
export type USB_MODE = 'client' | '
|
|
30
|
+
export type USB_MODE = 'client' | 'host' | 'dual_role';
|
|
31
31
|
export type SettingsType = boolean | number | string;
|
|
32
32
|
export type Settings = {
|
|
33
33
|
auto_preheat: number;
|
package/package.json
CHANGED