@leonardojc/capacitor-ioboard 2.0.17 → 2.0.18
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.
|
@@ -204,7 +204,7 @@ public class CapacitorIoboardPlugin extends Plugin implements SerialConnectionMa
|
|
|
204
204
|
logDebug("📤 Sending raw frame: " + bytesToHex(frame));
|
|
205
205
|
|
|
206
206
|
// Send frame directly via serial port
|
|
207
|
-
serialManager.
|
|
207
|
+
serialManager.writeData(frame);
|
|
208
208
|
|
|
209
209
|
JSObject result = new JSObject();
|
|
210
210
|
result.put("success", true);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leonardojc/capacitor-ioboard",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "A comprehensive Capacitor plugin for IOBoard devices with integrated serial communication and complete MTC3P08L protocol support including OTA updates",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|