Skip to content

Commit

Permalink
companion v3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams committed Jul 15, 2023
1 parent fcd4fdc commit aee185f
Show file tree
Hide file tree
Showing 14 changed files with 3,585 additions and 1,382 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
node_modules/
package-lock.json
/pkg
/pkg.tgz
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2018 Bitfocus AS, William Viker & Håkon Nessjøen
Copyright (c) 2018-2023 Bitfocus AS, William Viker & Håkon Nessjøen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
36 changes: 36 additions & 0 deletions companion/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "renewedvision-pvp",
"name": "renewedvision-pvp",
"shortname": "pvp",
"description": "Module to control Renewed vision PVP 3.x",
"version": "0.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-renewedvision-pvp.git",
"bugs": "https://github.com/bitfocus/companion-module-renewedvision-pvp/issues",
"maintainers": [
{
"name": "Per Røine",
"email": "per.roine@gmail.com"
},
{
"name": "Joseph Adams",
"email": "josephdadams@gmail.com"
}
],
"legacyIds": [
"pvp"
],
"runtime": {
"type": "node18",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "../index.js"
},
"manufacturer": "Renewed Vision",
"products": [
"PVP 3"
],
"keywords": [
"Software"
]
}
Loading

0 comments on commit aee185f

Please sign in to comment.