05-19-2020 06:03 AM
First time issue creating a macro, it is for a Codec Mini CE9.12.1
I tried example macros and my own shown below, when saving any these I get ERROR "Unable to save macro: Invalid command response: Wrong number of keys (35)" Any idea what is the issue?
Tried 'Hello World' example macro and get the error.
The macro I need to get working is the following;
const xapi = require('xapi');
xapi.event.on('UserInterface Extensions Panel Clicked', (event) => {
if (event.PanelId === 'panel_1 _ button') {
xapi.command('Standby ResetHalfwakeTimer', {Delay: '240'} );
}
});
Solved! Go to Solution.
05-21-2020 08:15 AM
Solved. This issue apparently was due to a beta release of CE9.12. I downgraded to CE9.10.1 and all seems fine now.
Wish the halfwake timer could have a persistent setting, instead of the temporary setting.
05-20-2020 05:15 AM
05-21-2020 08:15 AM
Solved. This issue apparently was due to a beta release of CE9.12. I downgraded to CE9.10.1 and all seems fine now.
Wish the halfwake timer could have a persistent setting, instead of the temporary setting.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide