PLC Bundle V1 Example Implementations

rename dir

+1 -1
+1 -1
plcbundle.ts
··· 15 15 // --- Configuration --- 16 16 const BUNDLE_SIZE = 10000; 17 17 const INDEX_FILE = 'plc_bundles.json'; 18 - const DEFAULT_DIR = './plc_bundles_ts'; 18 + const DEFAULT_DIR = './plc_bundles'; 19 19 const PLC_URL = 'https://plc.directory'; 20 20 21 21 // --- Types (as per spec) ---