diff --git a/SomfyController.littlefs.bin b/SomfyController.littlefs.bin index 783336c..7f6fd3a 100644 Binary files a/SomfyController.littlefs.bin and b/SomfyController.littlefs.bin differ diff --git a/data/index.js b/data/index.js index ad040fd..cc7f00a 100644 --- a/data/index.js +++ b/data/index.js @@ -2592,7 +2592,7 @@ class Somfy { obj.groupId = groupId; putJSONSync('/saveGroup', obj, (err, shade) => { if (err) ui.serviceError(err); - else this.updateShadeList(); + else this.updateGroupList(); console.log(shade); }); } @@ -2758,7 +2758,8 @@ class Somfy { else { console.log(shade); let div = document.createElement('div'); - let html = `
If this shade is already paired with a motor then changing the rolling code WILL cause it to stop working. Rolling codes are tied to the remote address and the Somfy motor expects these to be sequential.
'; @@ -2769,7 +2770,7 @@ class Somfy { html += 'Now that you have chosen a shade to pair. Open the memory for the shade by pressing the OPEN MEMORY button. The shade should jog to indicate the memory has been opened.
'; - html += 'The motor should jog only once. If it jogs more than once then you have again closed the memory on the motor. Once the motor has jogged press the NEXT button to proceed.
'; + html += 'The motor should jog only once. If it jogs more than once then you have again closed the memory on the motor. Once the command is sent to the motor you will be asked if the motor successfully jogged.
If it did then press YES if not press no and click the OPEN MEMORY button again.
'; html += 'Did the shade jog? If the shade jogged press the YES button if not then press the NO button and try again.
Once the shade has jogged the shade will be removed from the group and this process will be finished.
`; + prompt.querySelector('.sub-message').innerHTML = `Did the shade jog? If the shade jogged press the YES button if not then press the NO button and try again.
Once the shade has jogged the motor memory will be ready to add the shade to the group.
`; } }); });