sensor-mon: Handle propertiesChanged
Fill in the propertiesChanged handler to check if any event logs need to
be created.
When a sensor is added to D-Bus after this application starts, the code
sees it via the propertiesChanged signal. It knows its new because
there is no previous value saved, so it knows to only care about an
alarm value of true by making up a previous value of false.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I66571b6acaba180ab210cd41701014942d2dc050
1 file changed