#!/bin/sh gdbus emit --system --object-path '/xyz/openbmc_project/sensors' \ --signal org.freedesktop.DBus.ObjectManager.InterfacesAdded \ 'objectpath "/xyz/openbmc_project/sensors/temperature/ambient"' \ "{ \ 'org.freedesktop.DBus.Peer': @a{sv} {}, \ 'org.freedesktop.DBus.Introspectable': @a{sv} {}, \ 'org.freedesktop.DBus.Properties': @a{sv} {}, \ 'org.freedesktop.DBus.ObjectManager': @a{sv} {}, \ 'xyz.openbmc_project.Sensor.Threshold.Critical': { \ 'CriticalHigh':, \ 'CriticalLow':, \ 'CriticalAlarmHigh':, \ 'CriticalAlarmLow': \ }, \ 'xyz.openbmc_project.Sensor.Threshold.Warning': { \ 'WarningHigh':, \ 'WarningLow':, \ 'WarningAlarmHigh':, \ 'WarningAlarmLow': \ }, \ 'xyz.openbmc_project.Sensor.Value': { \ 'Value':, \ 'Unit':<'xyz.openbmc_project.Sensor.Value.Unit.DegreesC'>, \ 'Scale': \ } \ }"