configurations: add PDR relate to timed power on effecter to 11.json
Tested: test with the following JSON
https://gist.github.com/lxwinspur/db1e6e37a14bdd626591b222e96f9d7e#file-effecter_pdr-json
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I6fde396ad633292ec613dbe568f58a28994c1d8d
diff --git a/configurations/pdr/11.json b/configurations/pdr/11.json
index cf7b0c8..2d50bda 100644
--- a/configurations/pdr/11.json
+++ b/configurations/pdr/11.json
@@ -83,6 +83,22 @@
"property_name": "AttemptsLeft",
"property_type": "uint32_t"
}
+ },
+ {
+ "type": 31,
+ "instance": 0,
+ "base_unit": 21,
+ "rate_unit": 3,
+ "effecter_resolution_init": 1,
+ "effecter_data_size": 4,
+ "range_field_format": 4,
+ "dbus" : {
+ "path":"/xyz/openbmc_project/state/scheduledHostTransition",
+ "interface":"xyz.openbmc_project.State.ScheduledHostTransition",
+ "property_name":"ScheduledTime",
+ "property_type":"uint64_t"
+ }
}]
}]
}
+