Hello,
I’m developing a custom VuCI application for RUT906 based on vuci-examples from SDK RUT9M_R_GPL_00.07.18.3. The application works, but I need complete API documentation for ConfigService and FunctionService to implement advanced features.
What I need:
- Complete list of validation methods in
self.dt(beyondis_bool()andcheck_array()) - All available option properties (beyond
cfg_require,maxlength,minlength,readonly) - How to use Actions and GET_TYPE in ConfigService
- Complete list of response methods in FunctionService
- Detailed hook documentation with context variables
- Error codes and best practices
Could you provide complete API reference documentation or point me to where I can find it?
Thank you!