@digipair/skill-mybuddy 0.23.9 → 0.23.11
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/index.cjs.js +248 -145
- package/index.esm.js +248 -145
- package/package.json +1 -1
- package/{libs/skill-mybuddy/src → src}/lib/skill-mybuddy.d.ts +17 -17
- /package/{libs/skill-mybuddy/src → src}/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PinsSettings } from '@digipair/engine';
|
|
2
2
|
export declare const sendAngles: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
3
|
-
export declare const getAngles: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
3
|
+
export declare const getAngles: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
4
4
|
export declare const powerOn: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
5
5
|
export declare const powerOff: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
6
6
|
export declare const releaseAllServos: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
@@ -26,20 +26,20 @@ export declare const setGripperValue: (params: any, pinsSettingsList: PinsSettin
|
|
|
26
26
|
export declare const setGripperIni: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
27
27
|
export declare const setBasicOutput: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
28
28
|
export declare const setColor: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
29
|
-
export declare const isPowerOn: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
30
|
-
export declare const isControllerConnect: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
31
|
-
export declare const getCoords: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
32
|
-
export declare const isInPosition: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
33
|
-
export declare const getEncoder: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
34
|
-
export declare const getEncoders: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
35
|
-
export declare const getSpeed: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
36
|
-
export declare const getJointMin: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
37
|
-
export declare const getJointMax: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
38
|
-
export declare const isServoEnable: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
39
|
-
export declare const isAllServoEnable: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
40
|
-
export declare const getServodata: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
41
|
-
export declare const getDigitalInput: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
42
|
-
export declare const getGripperValue: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
43
|
-
export declare const getBasicOutput: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
44
|
-
export declare const isGripperMoving: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<
|
|
29
|
+
export declare const isPowerOn: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
30
|
+
export declare const isControllerConnect: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
31
|
+
export declare const getCoords: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
32
|
+
export declare const isInPosition: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
33
|
+
export declare const getEncoder: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
34
|
+
export declare const getEncoders: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
35
|
+
export declare const getSpeed: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
36
|
+
export declare const getJointMin: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
37
|
+
export declare const getJointMax: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
38
|
+
export declare const isServoEnable: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
39
|
+
export declare const isAllServoEnable: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
40
|
+
export declare const getServodata: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
41
|
+
export declare const getDigitalInput: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
42
|
+
export declare const getGripperValue: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
43
|
+
export declare const getBasicOutput: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
44
|
+
export declare const isGripperMoving: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<unknown>;
|
|
45
45
|
export declare const sleep: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
File without changes
|