Hey!
You can get the messages using the trigger "On message". Then read the message with AirConsole.Message. If it's a multipart message (the case if you use the generator), you can read it by loading a c2dictionary with AirConsole.MessageAsJSON. Then you access the data as you would with a Dictionary