refactoring composer

This commit is contained in:
Samuel Andert
2023-08-03 15:55:44 +02:00
parent 73796c756f
commit 55b701a859
3 changed files with 33 additions and 142 deletions

View File

@ -13,8 +13,7 @@
$: {
if ($childStore && $childStore.machine.state) {
console.log('learn color machine: ' + JSON.stringify(machineService));
machineService.send($childStore.machine.state);
me.do.machine.send($childStore.machine.state);
}
}
</script>