Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Names is returning Serial and not string #244

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

beothorn
Copy link

When using typescript definitions, apparently names returns Serial.
Currently, a cast needs to be done:

const device: Serial = alexa.names["SomeDeviceName"] as unknown as Serial;
const serial = device.serialNumber;
alexa.sendSequenceCommand(serial, 'speak', data.text);

@Apollon77
Copy link
Owner

Thats completely right, thank you

@Apollon77 Apollon77 merged commit 251f304 into Apollon77:master Oct 20, 2024
1 check passed
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