Classes
See original GitHub issueHello,
I installed everything and it is working fine. Only one thing, I want to use the custom classes. I created them in the config like in the examples but I don`t know how to control them. There is no button on the remote. Do I have to create them by my own like the custum menu?
Issue Analytics
- State:
- Created 2 years ago
- Comments:16
Top Results From Across the Web
Sign in - Google Accounts - Google Classroom
Forgot email? CAPTCHA image of text used to distinguish humans from robots.
Read more >classes - Wiktionary
Plural of classis: IPA: /ˈklæsiːz/; Hyphenation: clas‧ses. NounEdit. classes.
Read more >Classroom Management Tools & Resources - Google for ...
Create and manage classes at scale by syncing Classroom rosters from your student information system (SIS) (available with Education Plus).
Read more >Classes - JavaScript - MDN Web Docs
Classes are a template for creating objects. They encapsulate data with code to work on that data. Classes in JS are built on...
Read more >MasterClass Online Classes
Unlimited access to 180+ classes delivered in bite-sized lessons. Email*. Sign Up. Starting at $15/month (billed annually) for all classes and sessions.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got lucky with the last one. [“REMOTE_ACTION”, {action: “MANAGE_CLASSES”, payload: {classes: [“f_calendar”,“m_calendar”]}}] Everything is working fine for now. Thanks again
You could try using the developer console on your Mirror, and check if it throws any error up there.
I saw in the Alexa Wiki some examples and they’re using
["REMOTE_ACTION", '{action: "MANAGE_CLASSES",classes: ["f_calendar","m_calendar"]}']
too.Let me know when you try it! 😄
Edit: Also try
["REMOTE_ACTION", {action: "MANAGE_CLASSES", payload: {classes: ["f_calendar","m_calendar"]}}]
just to be sure.