Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions libraries/SchneiderModbusTCP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "SchneiderModbusTCP",
"version": "1.0.0",
"author": "Michael Mercalde",
"maintainer": "Michael Mercalde <[email protected]>",
"sentence": "Modbus TCP client for Schneider Conext equipment using ESP32.",

Check failure on line 6 in libraries/SchneiderModbusTCP.json

View workflow job for this annotation

GitHub Actions / spellcheck

Conext ==> Context, Connect, Connects
"paragraph": "A lightweight Modbus TCP client that supports 16/32-bit register reads and writes, coil control, and Schneider-specific byte/word ordering. Compatible with Conext XW, MPPT, AGS, and Battery Monitor devices.",

Check failure on line 7 in libraries/SchneiderModbusTCP.json

View workflow job for this annotation

GitHub Actions / spellcheck

AGS ==> TAGS, AGES

Check failure on line 7 in libraries/SchneiderModbusTCP.json

View workflow job for this annotation

GitHub Actions / spellcheck

Conext ==> Context, Connect, Connects
"category": "Communication",
"url": "https://github.com/mmercalde/SchneiderModbusTCP",
"architectures": ["esp32"],
"types": ["Arduino"]
}
Loading