@intechstudio/grid-protocol 1.20241122.914 → 1.20241128.1016

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/index.js CHANGED
@@ -262,6 +262,14 @@ var GRID_LUA_FNC_G_ELEMENT_COUNT_short = "gec";
262
262
  var GRID_LUA_FNC_G_ELEMENT_COUNT_human = "element_count";
263
263
  var GRID_LUA_FNC_G_ELEMENT_COUNT_fnptr = "l_grid_element_count";
264
264
  var GRID_LUA_FNC_G_ELEMENT_COUNT_usage = "element_count(void) Returns the number of elements on the current module.";
265
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_short = "gpcg";
266
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_human = "potmeter_calibration_get";
267
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_fnptr = "l_grid_potmeter_calibration_get";
268
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_usage = "potmeter_calibration_get() Returns raw potentiometer values as an array of integers.";
269
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_short = "gpcs";
270
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_human = "potmeter_calibration_set";
271
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_fnptr = "l_grid_potmeter_calibration_set";
272
+ var GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_usage = "potmeter_calibration_set({ int c1, ... }) Sets potentiometer calibration centers from an array of integers.";
265
273
  var GRID_LUA_FNC_G_GUI_DRAW_PIXEL_short = "ggdp";
266
274
  var GRID_LUA_FNC_G_GUI_DRAW_PIXEL_human = "gui_draw_pixel";
267
275
  var GRID_LUA_FNC_G_GUI_DRAW_PIXEL_fnptr = "l_grid_gui_draw_pixel";
@@ -1033,6 +1041,14 @@ var grid_protocol_bot = {
1033
1041
  GRID_LUA_FNC_G_ELEMENT_COUNT_human: GRID_LUA_FNC_G_ELEMENT_COUNT_human,
1034
1042
  GRID_LUA_FNC_G_ELEMENT_COUNT_fnptr: GRID_LUA_FNC_G_ELEMENT_COUNT_fnptr,
1035
1043
  GRID_LUA_FNC_G_ELEMENT_COUNT_usage: GRID_LUA_FNC_G_ELEMENT_COUNT_usage,
1044
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_short: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_short,
1045
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_human: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_human,
1046
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_fnptr: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_fnptr,
1047
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_usage: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_usage,
1048
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_short: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_short,
1049
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_human: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_human,
1050
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_fnptr: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_fnptr,
1051
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_usage: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_usage,
1036
1052
  GRID_LUA_FNC_G_GUI_DRAW_PIXEL_short: GRID_LUA_FNC_G_GUI_DRAW_PIXEL_short,
1037
1053
  GRID_LUA_FNC_G_GUI_DRAW_PIXEL_human: GRID_LUA_FNC_G_GUI_DRAW_PIXEL_human,
1038
1054
  GRID_LUA_FNC_G_GUI_DRAW_PIXEL_fnptr: GRID_LUA_FNC_G_GUI_DRAW_PIXEL_fnptr,
@@ -2165,6 +2181,14 @@ var protocol_data = /*#__PURE__*/Object.freeze({
2165
2181
  GRID_LUA_FNC_G_PAGE_PREV_fnptr: GRID_LUA_FNC_G_PAGE_PREV_fnptr,
2166
2182
  GRID_LUA_FNC_G_PAGE_PREV_human: GRID_LUA_FNC_G_PAGE_PREV_human,
2167
2183
  GRID_LUA_FNC_G_PAGE_PREV_short: GRID_LUA_FNC_G_PAGE_PREV_short,
2184
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_fnptr: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_fnptr,
2185
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_human: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_human,
2186
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_short: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_short,
2187
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_usage: GRID_LUA_FNC_G_POTMETER_CALIBRATION_GET_usage,
2188
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_fnptr: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_fnptr,
2189
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_human: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_human,
2190
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_short: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_short,
2191
+ GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_usage: GRID_LUA_FNC_G_POTMETER_CALIBRATION_SET_usage,
2168
2192
  GRID_LUA_FNC_G_RANDOM_fnptr: GRID_LUA_FNC_G_RANDOM_fnptr,
2169
2193
  GRID_LUA_FNC_G_RANDOM_human: GRID_LUA_FNC_G_RANDOM_human,
2170
2194
  GRID_LUA_FNC_G_RANDOM_short: GRID_LUA_FNC_G_RANDOM_short,