zwave 0.9.0 copy "zwave: ^0.9.0" to clipboard
zwave: ^0.9.0 copied to clipboard

outdated

A Dart Library for interacting with Z-Wave devices on Linux.

zwave.dart #

zwave is a Dart package for interacting with Z-Wave devices.

Overview #

This Dart package enables interacting with Z-Wave devices on Linux.

Usage #

This package provides

Requirements #

Setup #

  1. Setup your Z-Wave controller with your Z-Wave devices

  2. Activate this zwave package using the pub global command.

    pub global activate zwave
  1. From your application directory (the application that references the zwave package) run the following command to build the native library
    pub global run zwave:build_lib
  1. Finally, run the included command line application to ensure that this package is installed correctly and can communicate with your devices using your Z-Wave Controller.
    pub global run zwave:zw

pub global activate makes the Dart scripts in the zwave/bin directory runnable from the command line. pub global run zwave:build_lib runs the zwave/bin/build_lib.dart program which in turn calls the build_lib script to compile the native libozw_ext.so library for the zwave package.

Example #

The example demonstrates how to use this package to build an application for interacting with a Z-Wave network.

0
likes
0
pub points
0%
popularity

Publisher

verified publisherdanrubel.net

A Dart Library for interacting with Z-Wave devices on Linux.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, logging

More

Packages that depend on zwave