Skip to content

Commit

Permalink
0.1.6 Removed icon/color from AC node
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Jan 8, 2021
1 parent b37e0e2 commit a010b14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build/nodes/AccessController.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
username: {type: "text"},
password: {type: "password"}
},
icon: 'unifi.png',
color: '#159eda',
label: function () {
return this.name || "unifi-access-controller";
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-unifi-os",
"version": "0.1.5",
"version": "0.1.6",
"description": "Nodes to access UniFi data using endpoints and websockets",
"main": "build/nodes/unifi.js",
"scripts": {
Expand Down

0 comments on commit a010b14

Please sign in to comment.