-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ioBroker/ioBroker.vis-widge…
- Loading branch information
Showing
8 changed files
with
62 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2022-2023 bluefox <[email protected]> | ||
Copyright (c) 2022-2023 Denis Haev <[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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ Additionally, you can show image or iframe with this widget too. | |
- Dimmer → Switch and Buttons Slider | ||
- Shutter → Switch and Buttons Blinds | ||
- Temperature → Switch and Buttons info with chart | ||
-- humidity → Switch and Buttons info with chart | ||
- Humidity → Switch and Buttons info with chart | ||
- Motion → Switch and Buttons Info specific icon, read only, active color rgba(52,170,68,1) | ||
- Fire → ISwitch and Buttons nfo specific icon (fire), read only, active color 'red' | ||
- Flood → Switch and Buttons Info with specific icon (water), read only, active color 'blue' | ||
|
@@ -145,7 +145,7 @@ Additionally, you can show image or iframe with this widget too. | |
--> | ||
|
||
## Changelog | ||
### **WORK IN PROGRESS** | ||
### 1.0.0 (2023-08-21) | ||
* (bluefox) Added RGB widget | ||
|
||
### 0.8.5 (2023-08-11) | ||
|
@@ -209,7 +209,7 @@ Additionally, you can show image or iframe with this widget too. | |
## License | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2022-2023 bluefox <[email protected]> | ||
Copyright (c) 2022-2023 Denis Haev <[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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "iobroker.vis-2-widgets-material", | ||
"version": "0.8.5", | ||
"version": "1.0.0", | ||
"description": "ioBroker vis2 material widgets", | ||
"author": "bluefox <[email protected]>", | ||
"contributors": [ | ||
|
@@ -25,7 +25,7 @@ | |
"@iobroker/vis-2-widgets-react-dev": "^0.4.6", | ||
"@types/gulp": "^4.0.13", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.5.0", | ||
"@types/node": "^20.5.1", | ||
"eslint": "^8.47.0", | ||
"gulp": "^4.0.2", | ||
"mocha": "^10.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2018-2023 bluefox <[email protected]> | ||
* Copyright 2018-2023 Denis Haev <[email protected]> | ||
* | ||
* Licensed under the Creative Commons Attribution-NonCommercial License, Version 4.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters