-
import React from 'react';
import ReactDOM from 'react-dom';
import App from "./model";
import { MicroModule, registerModules } from '@ice/stark-module';
registerModules([
{
// render: (…
-
## 目标
- 微模块框架支持加载 / 替换本地模块。
## 核心应用场景
1. 提供大型应用在多业务场景下的动态编排(业务定制)能力。
2. 页面局部模块的替换能力,平台应用预置的模块可被二、三方业务自定义实现。
## API 变化
- 增强 registerModules API,支持注册本地模块;增加options参数,支持通过options.force来强制覆盖已注册模块(用于…
-
Zipato Micromodule Motor Controllers ([https://www.zipato.com/product/micro-module-motor-controller](https://www.zipato.com/product/micro-module-motor-controller)) seem to work fine with the standard …
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
#### 第一个问题
/pacakges/icestark-sandbox/src/index.ts
```
createProxySandbox(){
...
get(targe…
-
Hi, I'm looking into getting support for the Legrand Dimmer switch w/o neutral ([ref 067771](https://www.legrand.fr/pro/catalogue/42556-version-celiane-with-netatmo/interrupteur-filaire-connecte-avec-…
-
## 背景
icestark 增加对微模块的支持
## 方案
- AppRoute 增加 modules 参数,用于描述模块数据
- AppRoute render 增加支持 Component
- AppRoute modules 存在时, render props 参数新增 { getModules, mountModule, unmountModel }
- 可在 modul…
-
Dear Gizmocuz,
In complement to this [4285](https://github.com/domoticz/domoticz/pull/4285), it's working perfectly when using the slider, but Open button is still sending 255 which is wrong see …
-
**Do you want to request a *feature* or report a *bug*?**
BUG
**What is the current behavior?**
一个既有工程期望加载微模块提供的组件,渲染成功
**If the current behavior is a bug, please provide the steps to reproduc…
-
Hi,
I succeed to pair the device with deCONZ but not with Phoscon. I guess the Device Request shall be completed first, right?
Thanks!
## Device
- Product name: 4 Scenes Wireless Remote Co…
-