Hi,
I have a rather strange question. Is there a way to have index instances in VirtualParameters. For example:
- I would like to read docsis cable modem signals from external script on every PII
- You don’t always know upfront on how many DS/US channels the cable modem is connected to. This means that when I would exectue the external script it would return something like this to the system:
Device.X_DOCSIS.DownstreamNumberOfInstances: 4
Device.X_DOCSIS.Downstream.1.Frequency: 210000000
Device.X_DOCSIS.Downstream.1.SNR: 355
Device.X_DOCSIS.Downstream.1.Signal: 100
.
.
Device.X_DOCSIS.Downstream.4.Frequency: 310000000
Device.X_DOCSIS.Downstream.4.SNR: 355
Device.X_DOCSIS.Downstream.4.Signal: 100
I know it’s a strange request, but I have to give it a try I think that altering data in the mongodb would be possible, but this is not how I would like to do it.
thanks for the reply and keep up the good work.
BR