icoco

Results 30 comments of icoco

still face this issue ? I just want know what is the best ( easy) way to force refresh dashboard ? maybe location reload ??

I meaning update a exist Timeseries record , eg: ``` { ts: 1799999, temperature: 30.222 } ``` the function 'saveEntityTimeseries' of the service 'AttributeService ' not support update the exist...

I want update a Timeseries record from a native Timeseries table widget (official provided) , not a custom widget yet . I try to use the attributeService bellows: ``` let...

I just use the service 'attributeService' or 'http' in the custom action of a TimeSerise table widget ( not customize widget yet) . the attributeService code is there 'ui-ngx/src/app/core/http/attribute.service.ts' the...

how to set the device profile ? topic : v1/gateway/claim ``` { "myDevice": { "secretKey": "value_A", "durationMs": 60000, "profile": "my-device-profile" // ??? possible set the device profile here ? }...

no way to set device profile while use v1/gateway/* ? looks rule chain also not support update the device profile ?

没合并? 最新工程代码,没这个feature ??

most like, just the device apply private TCP data packet format, need do parse job in edge side then convert to standard data format (json or others) , after that...

thanks for reply, I think that this issue not relative to the better-sqlite, just the integrated project, frankly, I plan use it in a [Theia extension](https://github.com/eclipse-theia/theia-ide) , but looks the...