v2.0.0 Release Candidate

Added functions for emitting the last command for a motor.
This commit is contained in:
Robert Strouse 2023-07-07 15:25:01 -07:00
parent cfd3bdc4a1
commit 42947690a2
7 changed files with 50 additions and 12 deletions

View file

@ -470,6 +470,9 @@ async function initSockets() {
case 'shadeState':
somfy.procShadeState(msg);
break;
case 'shadeCommand':
console.log(msg);
break;
case 'shadeRemoved':
break;
case 'shadeAdded':