Java test case for awaBerry API full scenario. Demonstrates device connection and command execution.
This test demonstrates a full scenario implementation to allow entering commands to a device and getting results back using the awaBerry Java API client.
mvn exec:java -Dexec.mainClass="com.awaberry.api.examples.UsageFullScenario" -Dexec.args="<projectKey> <projectSecret>"Back to Java API Client