remove c# function and add a first setup configuration

This commit is contained in:
furaihan 2020-08-26 18:49:11 +07:00
parent 8018bb5ef7
commit d12e254432
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,4 @@
#using System;
#using System.Reflection;
#using System.ComponentModel;
#using System.Threading;
global cpuarray ([/system resource get value-name=cpu-load])
global cpuarray ([/system resource get value-name=cpu-load])
local isInternetConnected
local rebootIfHigh false
local setup do={

5
first-setup Normal file
View file

@ -0,0 +1,5 @@
#Add a new scheduler setting with folowwing event:
#Change telegram chat id below with your own
:global CHATID ("-4936xxx")
#Change telegram bot id below with your own
:global BOTID ("62xxxxxxxx:AAExxxx")