文件名称:biodome-scheduler:Biodome的命令调度服务
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-15 12:38:11
JavaScript
生物穹顶计划者 使用cron语法的Biodome Alpha质量命令调度程序。 import { parseSchedule , mostRecentCommandValue } from 'biodome-schedule' ; import client from './biodomeConnect' ; const refreshTime = 60 * 1000 ; const conf = parseSchedule ( [ { "id" : "security_lights" , "schedule" : [ [ 1 , "00 19 ? * *" ] , [ 0 , "00 07 ? * *" ] ] } ] ) ; setInterval ( function ( ) { conf . forEach ( x =
【文件预览】:
biodome-scheduler-master
----.gitignore(526B)
----package.json(724B)
----LICENSE(1KB)
----index.js(495B)
----examples()
--------basic.js(568B)
----README.md(559B)
----lib()
--------schedule-func.js(210B)
----schedules()
--------lights.json(108B)
----test()
--------support.js(211B)
--------index.js(1KB)