mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-09 07:30:57 +02:00
Add state.cgi night_mode status (#1248)
This commit is contained in:
committed by
jmtatsch
parent
7cfd237a91
commit
766248b9de
@@ -29,6 +29,10 @@ if [ -n "$F_cmd" ]; then
|
||||
echo $(ir_cut status)
|
||||
;;
|
||||
|
||||
night_mode)
|
||||
echo $(night_mode status)
|
||||
;;
|
||||
|
||||
rtsp_h264)
|
||||
echo $(rtsp_h264_server status)
|
||||
;;
|
||||
@@ -100,7 +104,7 @@ if [ -n "$F_cmd" ]; then
|
||||
echo "OFF"
|
||||
fi
|
||||
;;
|
||||
|
||||
|
||||
motion_led)
|
||||
. /system/sdcard/config/motion.conf 2> /dev/null
|
||||
if [ "$motion_trigger_led" == "true" ]; then
|
||||
|
Reference in New Issue
Block a user