I am making hooks for all the VM states, however not all states have an LCM_STATE described here:
https://docs.opennebula.io/6.0/integration_and_development/references/vm_states.html
So to make a hook for a state for something like state=STOPPED I am using ON = CUSTOM, STATE = STOPPED but I am not sure what to add as LCM_STATE if I omit it or leave it blank I get an error and the hook is not created ([one.hook.allocate] Wrong LCM_STATE:)
What should I write for LCM_STATE ?