Skip to content

Conversation

phpclub
Copy link
Owner

@phpclub phpclub commented May 12, 2025

No description provided.

@phpclub phpclub self-assigned this May 12, 2025
@phpclub
Copy link
Owner Author

phpclub commented May 12, 2025

dpkg -i os-agent_1.7.3_linux_armhf.deb

@phpclub
Copy link
Owner Author

phpclub commented May 12, 2025

gdbus introspect --system --dest io.hass.os --object-path /io/hass/os
node /io/hass/os {
interface org.freedesktop.DBus.Introspectable {
methods:
Introspect(out s out);
signals:
properties:
};
interface org.freedesktop.DBus.Properties {
methods:
Get(in s interface,
in s property,
out v value);
GetAll(in s interface,
out a{sv} props);
Set(in s interface,
in s property,
in v value);
signals:
PropertiesChanged(s interface,
a{sv} changed_properties,
as invalidates_properties);
properties:
};
interface io.hass.os {
methods:
signals:
properties:
@org.freedesktop.DBus.Property.EmitsChangedSignal("invalidates")
readonly s Version = '1.7.3';
@org.freedesktop.DBus.Property.EmitsChangedSignal("true")
readwrite b Diagnostics = false;
};
};

@phpclub
Copy link
Owner Author

phpclub commented May 12, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant