Moved eveything related to the api to a seperate folder seasoned_api.
This commit is contained in:
13
seasoned_api/src/media_classes/player.js
Normal file
13
seasoned_api/src/media_classes/player.js
Normal file
@@ -0,0 +1,13 @@
|
||||
class Player {
|
||||
constructor(device, address) {
|
||||
this.device = device;
|
||||
this.ip = address;
|
||||
this.platform = undefined;
|
||||
this.product = undefined;
|
||||
this.title = undefined;
|
||||
this.state = undefined;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Player;
|
||||
Reference in New Issue
Block a user