OH configuration for Alexa devices

Here’s an example of how to command your item using JRuby:

require "json"

StudyRoom_Echo_Announcement << { speak: "Hello, World!", volume: 100 }.to_json

You can probably also use SSML in there.