argotronic / argus_data_api

Data API to access sensor data provided by a running instance of Argus Monitor
14 stars 6 forks source link

CPU Power missing from API #3

Open patrick-robin opened 2 years ago

patrick-robin commented 2 years ago

Is it possible to surface the CPU power through the API. Unless I'm missing something it doesn't appear as one of the valid sensor types?

argotronic commented 2 years ago

Yes, CPU power is indeed still missing from the list of sources. I have it on my list to add in the near future (no further modifications are required by client code other than recompiling with the new header as this will be a new ARGUS_MONITOR_SENSOR_TYPE I'm afraid.

patrick-robin commented 2 years ago

Yes, CPU power is indeed still missing from the list of sources. I have it on my list to add in the near future (no further modifications are required by client code other than recompiling with the new header as this will be a new ARGUS_MONITOR_SENSOR_TYPE I'm afraid.

No worries, thanks for the update :)