src/scripts: add few comments

This commit is contained in:
Ashok Sidipotu
2023-06-22 16:28:56 +05:30
parent a0497b4256
commit b0460d8050
8 changed files with 31 additions and 5 deletions

View File

@@ -4,8 +4,12 @@
--
-- SPDX-License-Identifier: MIT
-- hook to make sure the user prefered device(default.configured.*) is higher
-- priority.
-- hook to make sure the user prefered device(default.configured.*) in other
-- words currently selected device is given higher priority
-- state-default-nodes.lua also does find out the default node out of the user
-- preferences(current and past), however it doesnt give any higher priority to
-- the currently selected device.
log = Log.open_topic ("s-default-nodes")