Skip to content

Commit

Permalink
ref_state: add missing new line at end of files and removes extra f
Browse files Browse the repository at this point in the history
  • Loading branch information
javierajorge committed Jun 27, 2024
1 parent 8034373 commit 5312ac4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uci set shared-state.babel_links_info.ttl='2400'
uci set shared-state.babel_links_info.update_interval='30'
uci commit shared-state

## Refference state data type
## Reference state data type
uci set shared-state.babel_links_info_ref=dataType
uci set shared-state.babel_links_info_ref.name='babel_links_info_ref'
uci set shared-state.babel_links_info_ref.scope='community'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ uci set shared-state.bat_links_info.ttl='2400'
uci set shared-state.bat_links_info.update_interval='30'
uci commit shared-state

## Refference state data type
## Reference state data type
uci set shared-state.bat_links_info_ref=dataType
uci set shared-state.bat_links_info_ref.name='bat_links_info_ref'
uci set shared-state.bat_links_info_ref.scope='community'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ uci set shared-state.node_info.ttl='2400'
uci set shared-state.node_info.update_interval='33'
uci commit shared-state

## Refference state data type
## Reference state data type
uci set shared-state.node_info_ref=dataType
uci set shared-state.node_info_ref.name='node_info_ref'
uci set shared-state.node_info_ref.scope='community'
uci set shared-state.node_info_ref.ttl='2400'
uci set shared-state.node_info_ref.update_interval='50'
uci set shared-state.node_info_ref.update_interval='50'
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ uci set shared-state.wifi_links_info.ttl='2400'
uci set shared-state.wifi_links_info.update_interval='33'
uci commit shared-state

## Refference state data type
## Reference state data type
uci set shared-state.wifi_links_info_ref=dataType
uci set shared-state.wifi_links_info_ref.name='wifi_links_info_ref'
uci set shared-state.wifi_links_info_ref.scope='community'
uci set shared-state.wifi_links_info_ref.ttl='2400'
uci set shared-state.wifi_links_info_ref.update_interval='50'
uci set shared-state.wifi_links_info_ref.update_interval='50'

0 comments on commit 5312ac4

Please sign in to comment.