Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.54 KB

File metadata and controls

55 lines (43 loc) · 2.54 KB

Z-Way library for Java - Test

This project provides a test application for Z-Way library for Java. The application doesn't modify any Z-Way configuration or device setup. Only the following GET request will be performed:

  • GET login
  • GET instances
  • GET devices (in synchronous and asynchronous way)
  • GET Z-Wave device
  • GET icons
  • GET notifications
  • GET profiles
  • GET current profile
  • GET device histories
  • GET controller
  • POST instance
  • POST icon
  • initialize WebSocket connection

Usage

  • Install Maven if not already installed
  • Clone project and navigate with console to the root folder of the project
  • Build JAR file: mvn package
  • Run application: java -jar ./target/zway-lib-test/app.jar ipAddress port protocol username password remoteId userRemote
  • Example arguments: 192.168.2.1 8083 http admin admin 0 false

Dependencies

License

Copyright (C) 2016 by Software-Systementwicklung Zwickau Research Group

All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

This project uses 3rd party tools. You can find the list of 3rd party tools including their authors and licenses here.