SEBA-802 omci-test-result-support-in-exporter

Change-Id: Ib168b2c2f5e6dbe521ea94472869f1daeb2c9461
diff --git a/types.go b/types.go
index 684518e..753b357 100644
--- a/types.go
+++ b/types.go
@@ -54,6 +54,12 @@
 	RxBcastPackets     float64 `json:"rx_bcast_packets"`
 	RxMulticastPackets float64 `json:"rx_mcast_packets"`
 
+	LaserBiasCurrent   float64 `json:"laser_bias_current"`
+	Temperature        float64 `json:"temperature"`
+	PowerFeedVoltage   float64 `json:"power_feed_voltage"`
+	MeanOpticalLaunchPower float64 `json:"mean_optical_launch_power"`
+	ReceivedOpticalPower   float64 `json:"received_optical_power"`
+
 	// ONU Ethernet_Bridge_Port_history
 	Packets            float64 `json:"packets"`
 	Octets             float64 `json:"octets"`