acs_ex v0.3.9 ACS.Session.Script.Vendor View Source

This is the main vendor specific logic module, and the one you want to write if you have stuff that needs to happen in your specific environment.

In the real world you would write a new module that starts acs_ex using the child_spec, giving it the name of your handler module.

That would make acs_ex use your module when initiating the script session.

An example of this is available right next to this module.

Link to this section Summary

Link to this section Functions

Link to this function session_filter(device_id, inform) View Source

Callback implementation for ACS.SessionScript.session_filter/2.

Link to this function session_start(session, did, inform) View Source

Callback implementation for ACS.SessionScript.session_start/3.