You can get the list of available crow functions by running ii.jf.help() in Druid or crow.ii.jf.help() in Norns. This page runs through the meaning of each command – it uses Teletype syntax rather than the names of the crow functions. The main ways that some crow functions are different are that they accept floating point numbers instead of 16-bit ints like Teletype commands.
The ii.jf.help() output gives some hints about the parameters accepted:
ii.jf.trigger( channel, state )
ii.jf.run_mode( mode )
ii.jf.run( volts )
ii.jf.transpose( pitch )
ii.jf.vtrigger( channel, level )
ii.jf.mode( mode )
ii.jf.tick( clock-or-bpm )
ii.jf.play_voice( channel, pitch/divs, level/repeats )
ii.jf.play_note( pitch/divs, level/repeats )
ii.jf.god_mode( state )
ii.jf.retune( channel, numerator, denominator )
ii.jf.quantize( divisions )
Pitch, level, and run all correspond to voltage parameters and are specified in volts, so pitch is specified V/oct relative to JF’s base pitch (set with transpose). I believe everything else is the same as Teletype. This is generally how this works for ii devices on crow, think I’ll trot over to here and add a remark to that effect.