JayGoldberg / better_iqeye511

Upgraded web UI for IQinvision IQeye511 cameras
Apache License 2.0
0 stars 0 forks source link

Determine function of $RSTR() function in newer IQ7XX firmware #5

Open JayGoldberg opened 5 years ago

JayGoldberg commented 5 years ago

In IQ5XX B2.8/901(091222) firmware: return str = "You forgot to 'apply' your new settings....";

In IQ7XX V3.1/4(140528) firmware: return str = "$RSTR(applywarn)";

Something about "R" string? Resource string?

This seems to be an on-camera DB of error strings contained in resource.dflt.html, resource.de-DE.html resource.zh-CHS.html. resource.en-US.html seems to be a placeholder HTML page with no strings.

JayGoldberg commented 5 years ago

I don't think I'm gonna port multilanguage, but at least I can test if $RSTR is supported on the IQ511 firmware