feat(lstv2): added zechetti stuff in so we can print :D

This commit is contained in:
2025-09-25 12:28:45 -05:00
parent e706e78d43
commit 1c40b6aa82
4 changed files with 66 additions and 45 deletions

View File

@@ -1,20 +1,22 @@
import { createPlcMonitor } from "../../../utils/plcController.js";
import { createPlcMonitor } from "./plcController.js";
export const zechettiConnect = () => {
const config: any = {
controllers: [
{
id: "Z1",
id: "Zecchetti_1",
ip: "192.168.193.97",
slot: 0,
rpi: 250,
printerId: 22, // grabbed from 2.0
tags: ["N7[0]"],
},
{
id: "Z2",
id: "Zecchetti_2",
ip: "192.168.193.111",
slot: 0,
rpi: 100,
printerId: 23,
tags: ["N8[0]"],
},
],