plc-checkweigher 1.33.6 → 1.35.0
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/bin/plc_checkweigher +1 -1
- package/package.json +1 -1
package/bin/plc_checkweigher
CHANGED
|
@@ -1263,7 +1263,7 @@ sys.exit(10 if changed else 0)
|
|
|
1263
1263
|
while IFS= read -r _rl; do flog "REG: $_rl"; done <<< "$_REG_OUT"
|
|
1264
1264
|
echo ""
|
|
1265
1265
|
if [[ $_REG_RC -eq 10 ]]; then
|
|
1266
|
-
ffix_ok "Register map auto-corrected —
|
|
1266
|
+
ffix_ok "Register map auto-corrected — moved register(s) remapped"
|
|
1267
1267
|
# New map takes effect on the reader's next item; restart to apply now.
|
|
1268
1268
|
sudo systemctl restart plc_watcher 2>/dev/null || true
|
|
1269
1269
|
ffix_info "plc_watcher restarted to apply the new register map"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plc-checkweigher",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0",
|
|
4
4
|
"description": "One-command installer for the PLC Check-Weigher system on Raspberry Pi (PREEMPT_RT kernel, Python stack, WiFi, SMB, systemd RT services)",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node bin/cli.js"
|