@leonardojc/capacitor-ioboard 1.2.6 → 1.2.7

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.
@@ -832,10 +832,4 @@ public class IOBoardManager {
832
832
  }
833
833
  }
834
834
 
835
- /**
836
- * Check if serial connection is open
837
- */
838
- public boolean isConnected() {
839
- return isConnected;
840
- }
841
835
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardojc/capacitor-ioboard",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "A Capacitor plugin for controlling custom IOBOARD devices via RS485 serial communication with full native protocol implementation",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",