Skip to content

yho2ds/luci-app-athena-led

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

感谢以下朋友的捐赠

  1. *姆

About

jdCloud ax6600 led screen ctrl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 55.3%
  • Makefile 18.4%
  • Shell 15.3%
  • HTML 11.0%