-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c986cd5
commit 8cfafdd
Showing
4 changed files
with
1 addition
and
3 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 |
---|---|---|
|
@@ -21,6 +21,4 @@ pnpm-debug.log* | |
dist | ||
|
||
# temp builder files | ||
src/index-editor.ts | ||
src/index.ts | ||
.node-red-dx |
Empty file.
Empty file.
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,3 +1,3 @@ | ||
export const NODES_CATEGORY = 'philip tv'; | ||
export const NODES_CATEGORY = 'philips tv'; | ||
export const NODES_COLOR = '#E28413'; | ||
export const NODES_ICONS = 'font-awesome/fa-tv'; |