mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 18:23:32 +00:00
9 lines
149 B
Ucode
Executable File
9 lines
149 B
Ucode
Executable File
#!/usr/bin/ucode
|
|
let fs = require("fs");
|
|
let f = fs.open("/tmp/ucentral.telemetry", "w");
|
|
if (f)
|
|
f.close();
|
|
|
|
telemetry = true;
|
|
include("state.uc");
|