Difference between revisions of "Chumby Property Dictionary"

From Chumby Wiki
Jump to: navigation, search
m (Root Properties moved to Chumby Property Dictionary: Future expansion...)
m
Line 2: Line 2:
  
 
The following are properties of _root explicitly set by the Chumby environment.
 
The following are properties of _root explicitly set by the Chumby environment.
 
+
==_root
==_chumby_instance_url==
+
===_chumby_instance_url===
 
* URL of service which the configuration widget uses to load and/or send widget parameters.  The widget uses a different URL if it needs to send new parameter values; see [[#_chumby_widget_instance_href]]
 
* URL of service which the configuration widget uses to load and/or send widget parameters.  The widget uses a different URL if it needs to send new parameter values; see [[#_chumby_widget_instance_href]]
 
* See [[Data Persistence]]
 
* See [[Data Persistence]]
  
==_chumby_music_source_state==
+
===_chumby_music_source_state===
 
* Only set when music is playing
 
* Only set when music is playing
 
* XML: Contains the properties of the current music selection.
 
* XML: Contains the properties of the current music selection.
 
* the name of the entity changes depending on the music source.
 
* the name of the entity changes depending on the music source.
  
==_chumby_music_source_label==
+
===_chumby_music_source_label===
 
* Only set when music is playing
 
* Only set when music is playing
 
* Contains the name of the current playing   
 
* Contains the name of the current playing   
  
==_chumby_music_source_name==
+
===_chumby_music_source_name===
 
* Only set when music is playing
 
* Only set when music is playing
 
* The name of the music source, such as "Radio Free Chumby" or "Mediafly Podcasts."
 
* The name of the music source, such as "Radio Free Chumby" or "Mediafly Podcasts."
  
==_chumby_music_source_selector==
+
===_chumby_music_source_selector===
 
* Only set when music is playing
 
* Only set when music is playing
  
==_chumby_widget_done==
+
===_chumby_widget_done===
 
* Cooperative mode; signals widget is done
 
* Cooperative mode; signals widget is done
 
* See [[Developing_widgets_for_chumby#Cooperative_Mode Cooperative Mode]]
 
* See [[Developing_widgets_for_chumby#Cooperative_Mode Cooperative Mode]]
  
==_chumby_widget_instance_href==
+
===_chumby_widget_instance_href===
 
* URL of service which the widget uses to send widget parameters.  The configuration widget uses a different URL if it needs to send new parameter values; see [[#_chumby_instance_url]]
 
* URL of service which the widget uses to send widget parameters.  The configuration widget uses a different URL if it needs to send new parameter values; see [[#_chumby_instance_url]]
 
* See [[Data Persistence]]
 
* See [[Data Persistence]]

Revision as of 17:02, 1 April 2008

Under development: --Wayn3w 20:45, 31 March 2008 (PDT)

The following are properties of _root explicitly set by the Chumby environment. ==_root

_chumby_instance_url

_chumby_music_source_state

  • Only set when music is playing
  • XML: Contains the properties of the current music selection.
  • the name of the entity changes depending on the music source.

_chumby_music_source_label

  • Only set when music is playing
  • Contains the name of the current playing

_chumby_music_source_name

  • Only set when music is playing
  • The name of the music source, such as "Radio Free Chumby" or "Mediafly Podcasts."

_chumby_music_source_selector

  • Only set when music is playing

_chumby_widget_done

_chumby_widget_instance_href

  • URL of service which the widget uses to send widget parameters. The configuration widget uses a different URL if it needs to send new parameter values; see #_chumby_instance_url
  • See Data Persistence