Began Framework start

This commit is contained in:
2026-03-17 09:10:25 -05:00
parent c1603c24b0
commit 2db1253693
1277 changed files with 66669 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"server": {
"host": "0.0.0.0",
"port": 5020
},
"registers": {
"holding": {
"0": 0,
"1": 0,
"2": 0,
"3": 0,
"4": 0
},
"coils": {
"0": false,
"1": false
}
}
}