cpee-handlerwrapper-opcua 0.10 → 0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84caa4fb564364733a9eb92978ceb92d2d5447bd6f576205c044bbf7d35c6ecc
4
- data.tar.gz: e7f03ae7ad6fd02f66fcf0c8a63121ba3bfd26fca4fc4d943a8460091025986b
3
+ metadata.gz: 1cb7646ac5ff089ca0ac0bea1777fc036bfca8bd327571f5a5a8480b03693ad2
4
+ data.tar.gz: 32a6fefce360b6861698eff18ef0d81d5f68a14f5c80f41c2c71b9dd81393581
5
5
  SHA512:
6
- metadata.gz: 288e56f841c4305fb70f3f2b9b4632c7fc517188a8f6a7a752488f96cb96427c6f4dfef3c67e1c0e2e32e617c47c721cf726909bfd569cd3fdf60337906c21d1
7
- data.tar.gz: b01dd477994a60bd07ba996d54cd237da4c403232baf7ef9c6d826dc54b63304e3f4473935696e0a6ec54658affef76b692cbbd2755d9285884268ef52ee333c
6
+ metadata.gz: 8dbc3f405eb2c8987641b19b815244ceb39314ccbc2b71f9223b251f595d3a8a38fee068980fe8d268a60a6d7069666a9092d94b69cb121d07176e0d14821332
7
+ data.tar.gz: 3176c8652ec62abdc8bb81a95b89c4bd86961578f9702caa2c307997cad4f7f1e1648892f3fa9aafa0ee352101094f952f53bc541c367c09e73e7d513c7fc85c
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cpee-handlerwrapper-opcua"
3
- s.version = "0.10"
3
+ s.version = "0.11"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
6
6
  s.summary = "OPCUA for CPEE HandlerWrapper. Use opc.tcp-read|write|exececute:// links."
@@ -249,15 +249,15 @@ class DefaultHandlerWrapper < WEEL::HandlerWrapperBase
249
249
  def inform_manipulate_change(status,changed_dataelements,changed_endpoints,dataelements,endpoints) # {{{
250
250
  unless status.nil?
251
251
  @controller.serialize_status!
252
- @controller.notify("status/change", :endpoint => @handler_endpoint, :label => @label, :instance_name => @controller.info, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :id => status.id, :message => status.message, :attributes => @controller.attributes_translated, :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"))
252
+ @controller.notify("status/change", :activity_uuid => @handler_activity_uuid, :endpoint => @handler_endpoint, :label => @label, :instance_name => @controller.info, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :id => status.id, :message => status.message, :attributes => @controller.attributes_translated, :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"))
253
253
  end
254
254
  unless changed_dataelements.nil?
255
255
  @controller.serialize_dataelements!
256
- @controller.notify("dataelements/change", :endpoint => @handler_endpoint, :label => @label, :instance_name => @controller.info, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :changed => changed_dataelements, :values => dataelements, :attributes => @controller.attributes_translated, :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"))
256
+ @controller.notify("dataelements/change", :activity_uuid => @handler_activity_uuid, :endpoint => @handler_endpoint, :label => @label, :instance_name => @controller.info, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :changed => changed_dataelements, :values => dataelements, :attributes => @controller.attributes_translated, :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"))
257
257
  end
258
258
  unless changed_endpoints.nil?
259
259
  @controller.serialize_endpoints!
260
- @controller.notify("endpoints/change", :endpoint => @handler_endpoint, :label => @label, :instance_name => @controller.info, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :changed => changed_endpoints, :values => endpoints, :attributes => @controller.attributes_translated, :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"))
260
+ @controller.notify("endpoints/change", :activity_uuid => @handler_activity_uuid, :endpoint => @handler_endpoint, :label => @label, :instance_name => @controller.info, :instance => @controller.instance, :instance_uuid => @controller.uuid, :activity => @handler_position, :changed => changed_endpoints, :values => endpoints, :attributes => @controller.attributes_translated, :timestamp => Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%:z"))
261
261
  end
262
262
  end # }}}
263
263
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee-handlerwrapper-opcua
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.10'
4
+ version: '0.11'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler