@kuriousdesign/machine-sdk 1.0.27 → 1.0.28

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.
@@ -6,7 +6,7 @@ export declare enum DeviceId {
6
6
  CON = 4,
7
7
  DIAG = 5,
8
8
  RC = 6,
9
- LROB = 10,
9
+ ROB = 10,
10
10
  ABB = 11,
11
11
  EOAT = 12,
12
12
  VIS = 13,
@@ -42,7 +42,6 @@ export declare enum DeviceId {
42
42
  IBZ1 = 48,
43
43
  IBZ2 = 49,
44
44
  WASH = 50,
45
- ROB = 51,
46
45
  DBRR = 52,
47
46
  CNC = 53,
48
47
  RACK = 54
@@ -10,7 +10,7 @@ var DeviceId;
10
10
  DeviceId[DeviceId["CON"] = 4] = "CON";
11
11
  DeviceId[DeviceId["DIAG"] = 5] = "DIAG";
12
12
  DeviceId[DeviceId["RC"] = 6] = "RC";
13
- DeviceId[DeviceId["LROB"] = 10] = "LROB";
13
+ DeviceId[DeviceId["ROB"] = 10] = "ROB";
14
14
  DeviceId[DeviceId["ABB"] = 11] = "ABB";
15
15
  DeviceId[DeviceId["EOAT"] = 12] = "EOAT";
16
16
  DeviceId[DeviceId["VIS"] = 13] = "VIS";
@@ -46,7 +46,7 @@ var DeviceId;
46
46
  DeviceId[DeviceId["IBZ1"] = 48] = "IBZ1";
47
47
  DeviceId[DeviceId["IBZ2"] = 49] = "IBZ2";
48
48
  DeviceId[DeviceId["WASH"] = 50] = "WASH";
49
- DeviceId[DeviceId["ROB"] = 51] = "ROB";
49
+ //ROB = 51,
50
50
  DeviceId[DeviceId["DBRR"] = 52] = "DBRR";
51
51
  DeviceId[DeviceId["CNC"] = 53] = "CNC";
52
52
  DeviceId[DeviceId["RACK"] = 54] = "RACK";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuriousdesign/machine-sdk",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Shared data types and helpers for machine-related repositories",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -7,7 +7,7 @@ export enum DeviceId {
7
7
  DIAG = 5,
8
8
  RC = 6,
9
9
 
10
- LROB = 10,
10
+ ROB = 10,
11
11
  ABB = 11,
12
12
  EOAT = 12,
13
13
  VIS = 13,
@@ -48,7 +48,7 @@ export enum DeviceId {
48
48
  IBZ1 = 48,
49
49
  IBZ2 = 49,
50
50
  WASH = 50,
51
- ROB = 51,
51
+ //ROB = 51,
52
52
  DBRR = 52,
53
53
  CNC = 53,
54
54
  RACK = 54,