27 lines
697 B
Plaintext
27 lines
697 B
Plaintext
// {type:sequence}
|
|
// {generate:true}
|
|
|
|
[Inverter]ContactInd>[Proxy]
|
|
[Proxy]-[note: store Contact Info in proxy{bg:cornsilk}]
|
|
[Proxy]ContactRsp (Ok).>[Inverter]
|
|
|
|
[Inverter]getTimeReq>[Proxy]
|
|
[Proxy]ContactInd>[Cloud]
|
|
[Cloud]ContactRsp (Ok).>[Proxy]
|
|
[Proxy]getTimeReq>[Cloud]
|
|
[Cloud]TimeRsp (time).>[Proxy]
|
|
[Proxy]TimeRsp (time).>[Inverter]
|
|
[Inverter]-[note: set clock in inverter{bg:cornsilk}]
|
|
|
|
[Inverter]DataInd (ts:=time)>[Proxy]
|
|
[Proxy]DataRsp>[Inverter]
|
|
[Proxy]DataInd (ts)>>[Cloud]
|
|
[Proxy]DataInd>>[MQTT-Broker]
|
|
[Cloud]DataRsp>>[Proxy]
|
|
|
|
[Inverter]DataInd (ts:=time)>[Proxy]
|
|
[Proxy]DataRsp>[Inverter]
|
|
[Proxy]DataInd (ts)>>[Cloud]
|
|
[Proxy]DataInd>>[MQTT-Broker]
|
|
[Cloud]DataRsp>>[Proxy]
|