telegramopenwrt icon indicating copy to clipboard operation
telegramopenwrt copied to clipboard

cam plugins variables

Open nikkymen opened this issue 5 months ago • 3 comments

I think there's a bug in the camera plugins - there's not enough variable query in them:

header_auth=$(uci -q get telegramopenwrt.ipcam.header_auth)
ipaddr=$(uci -q get telegramopenwrt.ipcam.ipaddr)
user=$(uci -q get telegramopenwrt.ipcam.user)
passwd=$(uci -q get telegramopenwrt.ipcam.passwd)

nikkymen avatar Sep 15 '24 12:09 nikkymen