Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.15 KB

README.md

File metadata and controls

63 lines (39 loc) · 2.15 KB

Logo

iobroker.sawtooth

=================

Simple ioBroker-Adapter for sawtooth-functionality:

  • fadeout room light
  • fadein water pump

PLEASE NOTE: THIS IS A VERY EARLY STATE OF DEVELOPMENT, USE OF YOUR OWN RISK

If this adapter is not available on the ioBroker-Admin-View, please use the following command to install it (from command-line on your ioBroker-Server):

npm install https://github.com/fungus75/ioBroker.sawtooth.git

Or you can use the GitHub-Button (labeled: install from own URL) in the Adapter-View and enter this URL on the "other"-Tab. This can also be used to update to the current adapter-version:

https://github.com/fungus75/ioBroker.sawtooth.git

You can use the method to update the adapter to the most recent version.

After the installation the adapter should show up in the ioBroker-Admin-View.

Configuration

Please follow the documentation at https://github.com/fungus75/ioBroker.sawtooth/wiki

Features

Changelog

0.0.2 (2022-09-21)

  • added bounceMode

0.0.1 (2022-09-19)

  • alpha-version, just for testing.

License

The MIT License (MIT)

Copyright (c) 2022 RenePilz [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.