1
0
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:
Marcio Granzotto Rodrigues
2020-01-08 13:32:40 -03:00
committed by jmtatsch
parent 7cfd237a91
commit 766248b9de

View File

@@ -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