Skip to content

Conversation

@crazyquark
Copy link

This allows the package to be used using require() and npm.

This will allow the package to be used with npm install. It will also need to be republished to the npm registry.

This allows it to be used using require() and npm.

async powerAllOn() {
const args = [...this._prefix, '-s', this._serialNumber, '-u', 'a'];
const args = [...this._prefix, '-s', this._serialNumber.id, '-u', 'a'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fixed in otherway and separate PR. list() function should return list of serialnumber instead of list of objects with id field.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

"repository": {
"type": "git",
"url": "git+https://github.com/opentmi/ykushjs.git"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is good addition 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants