Skip to content

ORIORII/luci-app-athena-led

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luci-app-athena-led

jdCloud ax6600 led screen ctrl

定时关闭开启代码

# 早上9点30开启显示
30 9     * *  *   uci set athena_led.config.enable='1' && uci commit athena_led &&  /etc/init.d/athena_led reload
# 下午6点30关闭显示
30 18   * *  *  uci set athena_led.config.enable='0' && uci commit athena_led &&  /etc/init.d/athena_led reload

推荐固件下载地址

image

About

jdCloud ax6600 led screen ctrl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 57.5%
  • Shell 15.9%
  • Makefile 15.2%
  • HTML 11.4%