File tree Expand file tree Collapse file tree 3 files changed +284
-633
lines changed
src/main/java/net/b07z/sepia/sdk Expand file tree Collapse file tree 3 files changed +284
-633
lines changed Original file line number Diff line number Diff line change 55
66import net .b07z .sepia .sdk .connect .AssistApi ;
77import net .b07z .sepia .sdk .connect .UploadService ;
8- import net .b07z .sepia .sdk .services .uid1007 .WorkoutHelperDemo ;
8+ import net .b07z .sepia .sdk .services .uid1007 .MqttDemo ;
99import net .b07z .sepia .server .assist .services .ServiceInterface ;
1010import net .b07z .sepia .server .core .data .Language ;
1111
@@ -19,7 +19,7 @@ public class MyTests {
1919 public static void main (String [] args ) {
2020
2121 //Define class, language and sentence (optional)
22- ServiceInterface service = new WorkoutHelperDemo (); //new RestaurantDemo();
22+ ServiceInterface service = new MqttDemo (); //new PythonBridgeDemo(); //new RestaurantDemo(); new WorkoutHelperDemo ();
2323 Language language = Language .EN ;
2424 String testSentence = null ; //"reserve a table for 2"; //we use the ones included in the service
2525
You can’t perform that action at this time.
0 commit comments